comparison client/src/assets/application.sass @ 1274:dc3fb8ad8f86

further improved box header style
author Markus Kottlaender <markus@intevation.de>
date Thu, 22 Nov 2018 07:23:14 +0100
parents bc55ffaeb639
children 9e23a2b02b32
comparison
equal deleted inserted replaced
1273:a76a06dd2f1e 1274:dc3fb8ad8f86
57 margin-left: 0 57 margin-left: 0
58 margin-right: 0 58 margin-right: 0
59 box-shadow: $shadow-xs 59 box-shadow: $shadow-xs
60 transition: max-width .4s, max-height .4s, margin-left .4s, margin-right .4s 60 transition: max-width .4s, max-height .4s, margin-left .4s, margin-right .4s
61 61
62 .box h6,
63 .contextbox h6
64 border-top: solid 3px $color-info
65 color: $color-info
66 font-weight: bold
67
62 .expanded 68 .expanded
63 max-height: 999px 69 max-height: 999px
64 max-width: 999px 70 max-width: 999px
65 margin-left: 0.5rem 71 margin-left: 0.5rem
66 margin-right: 0.5rem 72 margin-right: 0.5rem