gauge/app/assets/stylesheets/locale.scss

18 lines
266 B
SCSS
Raw Normal View History

2015-10-06 17:26:24 +03:00
li.locale {
padding-top: 10px;
}
span.locale {
background: grey;
padding: 0.3em 10px 0.3em 10px;
text-align: center;
color: white;
cursor: pointer;
border-radius: 5px;
margin-top: 10px;
}
span.locale:hover {
background: #eee;
}