comparison client/src/application/assets/application.sass @ 1259:f80d1fd54806

removed duplicated css and added comment
author Markus Kottlaender <markus@intevation.de>
date Wed, 21 Nov 2018 12:44:04 +0100
parents 3c84035b1f1b
children 7e2693d49daa
comparison
equal deleted inserted replaced
1257:d1114305a311 1259:f80d1fd54806
62 .expanded 62 .expanded
63 max-height: 999px 63 max-height: 999px
64 max-width: 999px 64 max-width: 999px
65 margin-left: 0.5rem 65 margin-left: 0.5rem
66 margin-right: 0.5rem 66 margin-right: 0.5rem
67
68 .toolbar-button
69 height: $icon-width
70 width: $icon-height
71 align-items: center
72 justify-content: center
73 display: flex
74 background: #fff
75 margin-bottom: $offset
76 border-radius: $border-radius
77 box-shadow: $shadow-xs
78 z-index: 2
79 pointer-events: auto
80 .inverted
81 color: #07f
82 .grey
83 color: #ddd