@ -2,7 +2,7 @@
@ import url ( 'https://fonts.googleapis.com/css?family=Raleway&display=swap' ) ;
@ import url ( 'https://fonts.googleapis.com/css?family=Open+Sans&display=swap' ) ;
html {
height: 100 % ;
min- height: 100 % ;
}
:: selection {
background : # 6ec1b3 ;
@ -15,7 +15,7 @@ body {
color : white ! important ;
overflow-x : hidden ;
width : 100 % ;
height: 100 % ;
min-height: 100vh ;
background-color : # 19191C ;
}
/* Search */
@ -72,28 +72,36 @@ a:hover {
background-color : # 454752 ;
}
. button {
border : 2px # 4c8a80 solid ;
background-color : # 4c8a80 ;
border : 0 ;
border-bottom : # 37655e 5px solid ;
color : white ;
outline : 0 ! important ;
border-radius : 0 . 2rem ;
transition : border . 3s , background-color . 3s ;
transition : border . 3s ease , background-color . 3s ;
}
. button : hover {
background-color : # 386661 ;
border : # 386661 2px solid ;
background-color : # 427a71 ;
}
. button : active {
border : 0 ;
border-top : # 37655e 5px solid ;
}
. cancelButton {
border : 2px # b52c22 solid ;
border : 0 ;
border-bottom : # 96231b 5px solid ;
background-color : # b52c22 ;
color : white ;
outline : 0 ! important ;
border-radius : 0 . 2rem ;
transition : border . 3s , background-colo r . 3s ;
transition : border . 3s ease , background-colo r . 3s , borde r . 3s ;
}
. cancelButton : hover {
background-color : # 8a1e16 ;
border : # 8a1e16 2px solid ;
background-color : # a3281f ;
}
. cancelButton : active {
border-top : # 96231b 5px solid ;
border-bottom : 0 ;
}
. input {
border : 0px # 363840 solid ;