v0.11.1 - Fixed roles and permissions

This commit is contained in:
frederikpyt
2020-09-02 11:40:36 +02:00
parent d7bfdaebf6
commit 4a64d49902
7 changed files with 74 additions and 82 deletions
@@ -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{