Style changes
This commit is contained in:
parent
160fefb417
commit
15da80fefb
4 changed files with 12 additions and 6 deletions
|
@ -4,14 +4,14 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: center;
|
justify-content: center;
|
||||||
|
|
||||||
background: #E9E8E8;
|
background: #F6F6F6;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
position: relative;
|
position: relative;
|
||||||
&:before,
|
&:before,
|
||||||
&:after {
|
&:after {
|
||||||
content: '';
|
content: '';
|
||||||
position: absolute;
|
position: absolute;
|
||||||
box-shadow: inset 0 1px 3px 2px rgba(169, 173, 186, 0.2);
|
box-shadow: inset 0 1px 2px 2px rgba(169, 173, 186, 0.2);
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 1px;
|
height: 1px;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
.nav-bar {
|
.nav-bar {
|
||||||
padding-left: $primary-padding;
|
padding-left: $primary-padding;
|
||||||
padding-right: $primary-padding;
|
padding-right: $primary-padding;
|
||||||
border-bottom: 0.5px solid $tertiary-color;
|
// border-bottom: 0.5px solid $tertiary-color;
|
||||||
.select--arrow {
|
.select--arrow {
|
||||||
padding: 0 1.5em 0 $input-padding;
|
padding: 0 1.5em 0 $input-padding;
|
||||||
}
|
}
|
||||||
|
|
|
@ -28,7 +28,12 @@
|
||||||
align-self: flex-start;
|
align-self: flex-start;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
color: $grey;
|
color: $grey;
|
||||||
font-size: 12px;
|
.label {
|
||||||
|
text-transform: uppercase;
|
||||||
|
font-size: 18px;
|
||||||
|
letter-spacing: 0.4px;
|
||||||
|
line-height: 18px;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.row-labeled-content {
|
.row-labeled-content {
|
||||||
|
|
|
@ -5,8 +5,9 @@ $tertiary-color: #ccccc0;
|
||||||
$interactive-color: blue;
|
$interactive-color: blue;
|
||||||
$success-color: green;
|
$success-color: green;
|
||||||
$failure-color: red;
|
$failure-color: red;
|
||||||
$brand-color: #ff725d;
|
// $brand-color: #ff725d;
|
||||||
$grey: #a9adba;
|
$brand-color: #1944F9;
|
||||||
|
$grey: #9095A5;
|
||||||
|
|
||||||
$primary-padding: 3em;
|
$primary-padding: 3em;
|
||||||
$secondary-padding: 2em;
|
$secondary-padding: 2em;
|
||||||
|
|
Loading…
Reference in a new issue