mirror of
https://github.com/naturalcrit/homebrewery.git
synced 2026-01-05 10:12:41 +00:00
Tweak tag bubbles
This commit is contained in:
@@ -226,11 +226,12 @@
|
|||||||
flex-basis : 80%;
|
flex-basis : 80%;
|
||||||
flex-grow : 1;
|
flex-grow : 1;
|
||||||
.tag{
|
.tag{
|
||||||
border: 2px solid grey;
|
border : 2px solid grey;
|
||||||
padding: 2px;
|
padding : 2px;
|
||||||
margin: -2px 2px;
|
margin : 2px 2px;
|
||||||
display: inline-block;
|
display : inline-block;
|
||||||
border-radius: 5px;
|
border-radius : 5px;
|
||||||
|
background-color : #444;
|
||||||
}
|
}
|
||||||
a.userPageLink{
|
a.userPageLink{
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
|
|||||||
Reference in New Issue
Block a user