agenda-libre-ruby/app/assets/stylesheets/region.css.sass

35 lines
709 B
Sass

@import compass
.region_selector
display: inline-block
h3
margin: 0
.placeholder
color: gray
ul
margin: 0
display: none
position: absolute
list-style: none
margin-top: -1.3em
background-color: white
@include box-shadow(1px 1px 4px gray)
@include border-bottom-left-radius(0.4em)
@include border-bottom-right-radius(0.4em)
li
margin: 0
a
display: block
padding: 0.2em 1em
border-top: solid thin black
&:hover
background-color: #eee
@include text-shadow(1px 1px 0.2em gray)
li:first-child a
border-top: none
&:hover ul
display: block
body.stats h3
text-align: center