Use tabs for CSS
parent
f3eb899dc4
commit
554652fd73
|
|
@ -52,17 +52,17 @@
|
|||
|
||||
> .badge {
|
||||
border-radius: 50%;
|
||||
font-size: 1rem;
|
||||
background: #b12525;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
margin-top: -8px;
|
||||
line-height: 1rem;
|
||||
margin-right: -8px;
|
||||
position: absolute;
|
||||
padding: 0.2rem 0.4rem;
|
||||
top: 0;
|
||||
right: 0;
|
||||
font-size: 1rem;
|
||||
background: #b12525;
|
||||
color: #fff;
|
||||
text-align: center;
|
||||
margin-top: -8px;
|
||||
line-height: 1rem;
|
||||
margin-right: -8px;
|
||||
position: absolute;
|
||||
padding: 0.2rem 0.4rem;
|
||||
top: 0;
|
||||
right: 0;
|
||||
|
||||
&.long {
|
||||
border-radius: 25% / 50%;
|
||||
|
|
|
|||
Loading…
Reference in New Issue