UNPKG
ohayolibs
Version:
latest (1.0.1)
1.0.1
1.0.0
Ohayo is a set of essential modules for ohayojp.
ohayolibs
/
packages
/
theme
/
system
/
widgets
/
_header-dropdown.less
15 lines
(13 loc)
•
296 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
.header-dropdown
{
background-color
:
@popover-background
;
border-radius
:
4px
;
box-shadow
:
@shadow-1-down
; }
@media
screen
and
(
max-width
:
@screen-xs
) {
.header-dropdown
{
right
:
0
!important
;
left
:
0
!important
;
width
:
100%
!important
;
border-radius
:
0
!important
; } }