v0.11.1 - Fixed roles and permissions
This commit is contained in:
@@ -45,16 +45,26 @@
|
||||
|
||||
.img{
|
||||
width: 1em;
|
||||
height: calc(1em + 20px);
|
||||
margin-top: 5px;
|
||||
margin-bottom: 5px;
|
||||
margin-left: 5px;
|
||||
font-size: 20px;
|
||||
padding: 3px 10px;
|
||||
border-color: cadetblue;
|
||||
padding: 0 10px;
|
||||
border-color: #00788a;
|
||||
border-radius: 100%;
|
||||
background-color: cadetblue;
|
||||
background-color: #00788a;
|
||||
line-height: 30px;
|
||||
float: left;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.img > a {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
display: flex;
|
||||
justify-content: center;
|
||||
}
|
||||
|
||||
.information{
|
||||
|
||||
Reference in New Issue
Block a user