Page Menu
Home
DevCentral
Search
Configure Global Search
Log In
Files
F12944362
badges.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
badges.less
View Options
//
//
Badges
//
--------------------------------------------------
//
Base
class
.
badge
{
display
:
inline-block
;
min-width
:
10
px
;
padding
:
3
px
7
px
;
font-size
:
@
font-size
-
small
;
font-weight
:
@
badge-font-weight
;
color
:
@
badge-color
;
line-height
:
@
badge-line-height
;
vertical-align
:
baseline
;
white-space
:
nowrap
;
text-align
:
center
;
background-color
:
@
badge-bg
;
border-radius
:
@
badge-border-radius
;
//
Empty
badges
collapse
automatically
(not
available
in
IE8)
&:empty
{
display
:
none
;
}
//
Quick
fix
for
badges
in
buttons
.
btn
&
{
position
:
relative
;
top
:
-1
px
;
}
.
btn-xs
&
{
top
:
0
;
padding
:
1
px
5
px
;
}
//
Hover
state
,
but
only
for
links
a
&
{
&:hover,
&:focus
{
color
:
@
badge-link-hover-color
;
text-decoration
:
none
;
cursor
:
pointer
;
}
}
//
Account
for
badges
in
navs
.
list-group-item
.
active
>
&,
.
nav-pills
>
.
active
>
a
>
&
{
color
:
@
badge-active-color
;
background-color
:
@
badge-active-bg
;
}
.
list-group-item
>
&
{
float
:
right
;
}
.
list-group-item
>
&
+
&
{
margin-right
:
5
px
;
}
.
nav-pills
>
li
>
a
>
&
{
margin-left
:
3
px
;
}
}
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Nov 18, 17:16 (1 d, 2 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3151019
Default Alt Text
badges.less (1 KB)
Attached To
Mode
rGROVE Auth Grove
Attached
Detach File
Event Timeline
Log In to Comment