Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12741232
buttons.less
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
buttons.less
View Options
//
Button
variants
//
//
Easily
pump
out
default
styles
,
as
well
as
:
hover
,
:
focus
,
:
active
,
//
and
disabled
options
for
all
buttons
.
button-variant
(
@
color
;
@
background
;
@
border
)
{
color
:
@
color
;
background-color
:
@
background
;
border-color
:
@
border
;
&
:
hover
,
&
:
focus
,
&
.
focus
,
&
:
active
,
&
.
active
,
.
open
>
.
dropdown-toggle
&
{
color
:
@
color
;
background-color
:
darken
(
@
background
,
10
%
);
border-color
:
darken
(
@
border
,
12
%
);
}
&
:
active
,
&
.
active
,
.
open
>
.
dropdown-toggle
&
{
background-image
:
none
;
}
&
.
disabled
,
&[
disabled
],
fieldset
[
disabled
]
&
{
&,
&:hover,
&:focus,
&.focus,
&:active,
&.active
{
background-color
:
@
background
;
border-color
:
@
border
;
}
}
.
badge
{
color
:
@
background
;
background-color
:
@
color
;
}
}
//
Button
sizes
.
button-size
(
@
padding-vertical
;
@
padding-horizontal
;
@
font-size
;
@
line-height
;
@
border-radius
)
{
padding
:
@
padding-vertical
@
padding-horizontal
;
font-size
:
@
font-size
;
line-height
:
@
line-height
;
border-radius
:
@
border-radius
;
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Nov 16, 13:23 (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3165308
Default Alt Text
buttons.less (1 KB)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment