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;
|
||||
justify-content: center;
|
||||
|
||||
background: #E9E8E8;
|
||||
background: #F6F6F6;
|
||||
width: 100%;
|
||||
position: relative;
|
||||
&:before,
|
||||
&:after {
|
||||
content: '';
|
||||
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%;
|
||||
height: 1px;
|
||||
background: transparent;
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
.nav-bar {
|
||||
padding-left: $primary-padding;
|
||||
padding-right: $primary-padding;
|
||||
border-bottom: 0.5px solid $tertiary-color;
|
||||
// border-bottom: 0.5px solid $tertiary-color;
|
||||
.select--arrow {
|
||||
padding: 0 1.5em 0 $input-padding;
|
||||
}
|
||||
|
|
|
@ -28,7 +28,12 @@
|
|||
align-self: flex-start;
|
||||
width: 100%;
|
||||
color: $grey;
|
||||
font-size: 12px;
|
||||
.label {
|
||||
text-transform: uppercase;
|
||||
font-size: 18px;
|
||||
letter-spacing: 0.4px;
|
||||
line-height: 18px;
|
||||
}
|
||||
}
|
||||
|
||||
.row-labeled-content {
|
||||
|
|
|
@ -5,8 +5,9 @@ $tertiary-color: #ccccc0;
|
|||
$interactive-color: blue;
|
||||
$success-color: green;
|
||||
$failure-color: red;
|
||||
$brand-color: #ff725d;
|
||||
$grey: #a9adba;
|
||||
// $brand-color: #ff725d;
|
||||
$brand-color: #1944F9;
|
||||
$grey: #9095A5;
|
||||
|
||||
$primary-padding: 3em;
|
||||
$secondary-padding: 2em;
|
||||
|
|
Loading…
Reference in a new issue