UNPKG
causeway-standard-theme
Version:
latest (3.2.1)
3.2.1
causeway-standard-theme
/
causeway
/
components
/
site-menu.less
14 lines
(12 loc)
•
263 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
// Menu
// --------------------------------------------------
.site-menu
{
clear
: both;
background-color
:
#f0f0f0
;
border
: none;
height
:
@site-menu-height
;
margin-bottom
:
0
;
min-height
:
@site-menu-height
;
padding-left
:
45px
;
.border-radius
(
0
); }