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
/
ohayo
/
_yn.less
20 lines
(18 loc)
•
258 B
text/less
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@yn-prefix:
~'.yn'
;
@{yn-prefix}
{
&
__yes
,
&
__no
{
display
: inline-flex;
align-items
: center;
font-style
: normal;
span
{
margin-left
:
4px
; } }
&
__yes
{
color
:
@yn-yes-color
; }
&
__no
{
color
:
@yn-no-color
; } }