|
@ -125,7 +125,7 @@ label { |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
.seperator { |
|
|
.seperator { |
|
|
border-top: 1px solid $clr-grey-border; |
|
|
|
|
|
|
|
|
border-top: 1px solid #e0e0e0; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
margin: 5%; |
|
|
margin: 5%; |
|
|
} |
|
|
} |
|
@ -170,12 +170,12 @@ label { |
|
|
} |
|
|
} |
|
|
.dashed { |
|
|
.dashed { |
|
|
@include marginTRBL(10%, 0%, 0%, 0%); |
|
|
@include marginTRBL(10%, 0%, 0%, 0%); |
|
|
border: 1px dashed $clr-grey-border; |
|
|
|
|
|
|
|
|
border: 1px dashed #e0e0e0; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
} |
|
|
} |
|
|
.solid { |
|
|
.solid { |
|
|
@include marginTRBL(10%, 0%, 0%, 0%); |
|
|
@include marginTRBL(10%, 0%, 0%, 0%); |
|
|
border: 1px solid $clr-grey-border; |
|
|
|
|
|
|
|
|
border: 1px solid #e0e0e0; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
} |
|
|
} |
|
|
.mix1 { |
|
|
.mix1 { |
|
@ -263,8 +263,8 @@ label { |
|
|
.dropdown ul > li a:hover, |
|
|
.dropdown ul > li a:hover, |
|
|
.dropdown ul > li a:active, |
|
|
.dropdown ul > li a:active, |
|
|
.dropdown ul > li a:visited { |
|
|
.dropdown ul > li a:visited { |
|
|
background-color: $clr-grey-border; |
|
|
|
|
|
color: $clr-grey-medium; |
|
|
|
|
|
|
|
|
background-color: #e0e0e0; |
|
|
|
|
|
color:#444444; |
|
|
} |
|
|
} |
|
|
.dropdown ul > li:last-child { |
|
|
.dropdown ul > li:last-child { |
|
|
padding-bottom: 2%; |
|
|
padding-bottom: 2%; |
|
@ -275,7 +275,7 @@ label { |
|
|
.dashed-content { |
|
|
.dashed-content { |
|
|
position: relative; |
|
|
position: relative; |
|
|
.border-bottom-bg { |
|
|
.border-bottom-bg { |
|
|
background: $clr-grey-border; |
|
|
|
|
|
|
|
|
background: #e0e0e0; |
|
|
width: 100%; |
|
|
width: 100%; |
|
|
height: 5px; |
|
|
height: 5px; |
|
|
position: absolute; |
|
|
position: absolute; |
|
|