0.2.3 #99
4 changed files with 13 additions and 12 deletions
|
|
@ -19,7 +19,7 @@
|
|||
|
||||
border-radius: 5px;
|
||||
|
||||
background-color: $focus-blue;
|
||||
background-color: $blue;
|
||||
|
||||
&--error {
|
||||
background-color: $error-red;
|
||||
|
|
|
|||
|
|
@ -3,11 +3,10 @@
|
|||
justify-content: center;
|
||||
|
||||
margin: 0 0 5px 0;
|
||||
padding: 15px 0;
|
||||
padding: 10px 0;
|
||||
width: 100%;
|
||||
|
||||
background-color: $white;
|
||||
box-shadow: 0px 5px darken($azureish-white, +10%);
|
||||
|
||||
ol {
|
||||
display: flex;
|
||||
|
|
@ -28,7 +27,7 @@
|
|||
border: none;
|
||||
border-radius: 2px;
|
||||
|
||||
background-color: $azureish-white;
|
||||
background-color: darken($azureish-white, 20%);
|
||||
|
||||
&:hover{
|
||||
background-color: lighten($azureish-white, +5%);
|
||||
|
|
@ -36,6 +35,7 @@
|
|||
|
||||
& a {
|
||||
@extend .button;
|
||||
color: $white;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -16,11 +16,11 @@
|
|||
|
||||
&:hover {
|
||||
cursor: pointer;
|
||||
background-color: darken($azureish-white, +10%);
|
||||
background-color: $focus-blue;
|
||||
}
|
||||
|
||||
&--selected {
|
||||
background-color: darken($azureish-white, +10%);
|
||||
background-color: $focus-blue;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
|
|
@ -1,8 +1,3 @@
|
|||
$white: rgba(255, 255, 255, 1);
|
||||
$black: rgba(0, 0, 0, 1);
|
||||
|
||||
$dark: rgba(0, 0, 0, 0.4);
|
||||
|
||||
// light blue
|
||||
$azureish-white: rgba(205, 230, 245, 1);
|
||||
|
||||
|
|
@ -34,5 +29,11 @@ $confirm-green: $success-green;
|
|||
$cancel-red: $error-red;
|
||||
|
||||
$border-gray: rgba(227, 227, 227, 1);
|
||||
$focus-blue: darken($azureish-white, +50%);
|
||||
|
||||
$focus-blue: darken($azureish-white, +10%);
|
||||
$default-font-color: rgba(48, 51, 53, 1);
|
||||
|
||||
$white: rgba(255, 255, 255, 1);
|
||||
$black: rgba(0, 0, 0, 1);
|
||||
$blue: darken($azureish-white, +50%);
|
||||
$dark: rgba(0, 0, 0, 0.4);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue