mirror of
https://github.com/LinkStackOrg/LinkStack.git
synced 2025-01-24 16:32:16 +01:00
5dbb2b182d
-- Dashboard Update -- Update to version 4.0.0. Complete redesign of the admin panel. New features and a license change.
13 lines
199 B
SCSS
Vendored
13 lines
199 B
SCSS
Vendored
/*===== BADGE =====*/
|
|
.badge {
|
|
text-transform: uppercase;
|
|
color: $white;
|
|
padding-top: .75em;
|
|
}
|
|
|
|
.badge-sm {
|
|
padding-top: .5em;
|
|
padding-left: .6em;
|
|
padding-right: .6em;
|
|
font-size: 65%;
|
|
} |