17 lines
313 B
SCSS
17 lines
313 B
SCSS
![]() |
#hierarhija-container {
|
||
|
.badget {
|
||
|
background-color: $modra;
|
||
|
color: #fff;
|
||
|
display: inline-block;
|
||
|
padding-left: 6px;
|
||
|
padding-right: 6px;
|
||
|
text-align: center;
|
||
|
border-radius: 50%;
|
||
|
|
||
|
&.badget-margin {
|
||
|
margin-top: 1px;
|
||
|
margin-bottom: 1px;
|
||
|
margin-right: 4px;
|
||
|
}
|
||
|
}
|
||
|
}
|