comparison client/src/assets/application.sass @ 1275:9e23a2b02b32

changed default link hover color
author Markus Kottlaender <markus@intevation.de>
date Thu, 22 Nov 2018 07:28:21 +0100
parents dc3fb8ad8f86
children a7dd8a3356fc
comparison
equal deleted inserted replaced
1274:dc3fb8ad8f86 1275:9e23a2b02b32
28 $xx-large-offset: 5rem 28 $xx-large-offset: 5rem
29 $color-info: #17a2b8 29 $color-info: #17a2b8
30 30
31 a 31 a
32 color: $color-info 32 color: $color-info
33 &:hover,
34 &:active,
35 &:focus
36 color: darken($color-info, 13)
33 37
34 .w-90 38 .w-90
35 width: 90% 39 width: 90%
36 40
37 .debug 41 .debug