vagrant/website/www/source/stylesheets/_mobile-nav.less

44 lines
709 B
Plaintext
Raw Normal View History

2015-11-14 05:00:42 +00:00
//
// Sidebar
// - Project Specific
// - Make sidebar edits here
// --------------------------------------------------
2015-11-15 00:39:48 +00:00
#mobile-nav {
.mobile-nav-nav {
width: 100%;
text-align: center;
2015-11-14 05:00:42 +00:00
// Links
//----------------
2015-11-15 00:39:48 +00:00
//
li{
float: none;
2015-11-14 05:00:42 +00:00
2015-11-15 00:39:48 +00:00
&.pill{
background-color: #48b4fb;
border-radius: 25px;
padding: 5px 2px;
line-height: 26px;
margin: 10px 10px 10px 10px;
&:focus,
&:hover{
a{
background-color: transparent;
2015-11-14 05:00:42 +00:00
}
}
2015-11-15 00:39:48 +00:00
a{
color: @white;
line-height: 24px;
}
}
a{
.anti-alias();
font-size: 13px;
2015-11-14 05:00:42 +00:00
}
}
}
}