Merge pull request #10 from torjusti/feat/new-messages-counter
Use tabs for CSS
This commit is contained in:
@@ -52,17 +52,17 @@
|
|||||||
|
|
||||||
> .badge {
|
> .badge {
|
||||||
border-radius: 50%;
|
border-radius: 50%;
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
background: #b12525;
|
background: #b12525;
|
||||||
color: #fff;
|
color: #fff;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
margin-top: -8px;
|
margin-top: -8px;
|
||||||
line-height: 1rem;
|
line-height: 1rem;
|
||||||
margin-right: -8px;
|
margin-right: -8px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
padding: 0.2rem 0.4rem;
|
padding: 0.2rem 0.4rem;
|
||||||
top: 0;
|
top: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
|
|
||||||
&.long {
|
&.long {
|
||||||
border-radius: 25% / 50%;
|
border-radius: 25% / 50%;
|
||||||
|
|||||||
Reference in New Issue
Block a user