mirror of
https://github.com/kubeshark/kubeshark.git
synced 2026-05-18 23:27:55 +00:00
28 lines
532 B
Sass
28 lines
532 B
Sass
@import 'variables.module'
|
|
|
|
.base
|
|
display: inline-block
|
|
text-align: center
|
|
font-size: 10px
|
|
font-weight: 600
|
|
background-color: #000
|
|
color: #fff
|
|
margin-left: -8px;
|
|
margin-bottom: -4px;
|
|
|
|
.vertical
|
|
line-height: 22px
|
|
letter-spacing: 0.5px;
|
|
width: 22px
|
|
height: 48px
|
|
border-radius: 0px 4px 4px 0
|
|
writing-mode: vertical-lr;
|
|
transform: rotate(-180deg);
|
|
text-orientation: mixed;
|
|
|
|
.horizontal
|
|
border-radius: 4px
|
|
font-size: 22px
|
|
padding: 5px 10px
|
|
font-weight: 600
|