add beta tag to menu
This commit is contained in:
@@ -24,6 +24,19 @@
|
||||
height: 1.5rem;
|
||||
}
|
||||
|
||||
&__beta {
|
||||
display: inline-block;
|
||||
vertical-align: middle;
|
||||
background-color: $color-white;
|
||||
color: $color-black;
|
||||
font-size: 0.6rem;
|
||||
font-weight: bold;
|
||||
text-transform: uppercase;
|
||||
letter-spacing: 0.05rem;
|
||||
padding: 0.1rem 0.2rem;
|
||||
border-radius: 5px;
|
||||
}
|
||||
|
||||
&__links {
|
||||
padding: 0.5rem;
|
||||
background-color: rgba($color-black, 0.9);
|
||||
|
||||
Reference in New Issue
Block a user