Anxhelo Lushka
6 years ago
No known key found for this signature in database
GPG Key ID: 86086158C83770F8
3 changed files with
9 additions and
1 deletions
-
_site/assets/styles/layout.scss
-
_site/assets/styles/main.css
-
assets/styles/layout.scss
|
@ -40,6 +40,10 @@ |
|
|
|
|
|
|
|
|
&:hover { |
|
|
&:hover { |
|
|
color: $oc-black !important; |
|
|
color: $oc-black !important; |
|
|
|
|
|
transition-timing-function: linear; |
|
|
|
|
|
-webkit-transition-timing-function: linear; |
|
|
|
|
|
-webkit-transition-duration: .15s; |
|
|
|
|
|
transition-duration: .15s; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
&:active { |
|
|
&:active { |
|
|
|
@ -9,7 +9,7 @@ |
|
|
.sidebar-wrapper { background-color: #dee2e6; } |
|
|
.sidebar-wrapper { background-color: #dee2e6; } |
|
|
|
|
|
|
|
|
.sidebar__link__light { color: #868e96 !important; } |
|
|
.sidebar__link__light { color: #868e96 !important; } |
|
|
.sidebar__link__light:hover { color: #000000 !important; } |
|
|
.sidebar__link__light:hover { color: #000000 !important; transition-timing-function: linear; -webkit-transition-timing-function: linear; -webkit-transition-duration: .15s; transition-duration: .15s; } |
|
|
.sidebar__link__light:active { color: #4661A9; } |
|
|
.sidebar__link__light:active { color: #4661A9; } |
|
|
|
|
|
|
|
|
.row { margin: auto !important; } |
|
|
.row { margin: auto !important; } |
|
|
|
@ -40,6 +40,10 @@ |
|
|
|
|
|
|
|
|
&:hover { |
|
|
&:hover { |
|
|
color: $oc-black !important; |
|
|
color: $oc-black !important; |
|
|
|
|
|
transition-timing-function: linear; |
|
|
|
|
|
-webkit-transition-timing-function: linear; |
|
|
|
|
|
-webkit-transition-duration: .15s; |
|
|
|
|
|
transition-duration: .15s; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
&:active { |
|
|
&:active { |
|
|