Files
habitica/website/public/css/options.styl
T
pittaxx c7d47dcd0a Fixed css bug, where both min-width and max-width were set to 768.
Max-width was changed to 767 to prevent overlap, which produces artifacts when
screen width is exactly 768 pixels.
2015-12-26 21:37:42 +02:00

36 lines
916 B
Stylus

#main > div > div > div > .tab-content
margin: 1.618em 0em
@media screen and (min-width:768px)
border: 1px solid darken($color-options-menu, 12%)
padding-bottom: 1.618em
.options-menu, .options-submenu
@extend $hrpg-submenu
border-bottom: 1px solid darken($color-options-menu, 12%)
.options-menu
@media screen and (min-width:768px)
background-color: $color-options-menu
li
@extend $hrpg-button
hrpg-button-color-mixin($color-options-menu)
.options-submenu
margin-top: -1.618em
background-color: $color-options-submenu
li
@extend $hrpg-button
hrpg-button-color-mixin($color-options-submenu)
.options-blurbmenu
margin: -1.618em 0 1.618em
border-bottom: 1px solid darken($color-options-menu, 12%)
padding: .5em
@media screen and (max-width:767px)
padding: 1em 0.618em 0 0.618em
border: 1px solid darken($color-options-menu, 12%)
border-top: none