fmartingr
/
shelfzilla
Archived
1
0
Fork 0
This repository has been archived on 2021-06-29. You can view files and clone it, but cannot push or open issues or pull requests.
shelfzilla/shelfzilla/themes/kurono/static/less/navbar.less

15 lines
244 B
Plaintext

body {
// Padding top due to fixed navgar
padding-top: @navbar-height + 10px;
}
.navbar-nav {
// No border radius
// border-radius: 0;
// Avatar size should be ~same as text size
.avatar {
width: 22px;
}
}