some fixes to new admin interface

This commit is contained in:
kara Diaby 2020-07-20 10:37:08 +02:00
parent fd8507b531
commit 06b90077d3
4 changed files with 71 additions and 58 deletions

View file

@ -35,21 +35,6 @@
.card-admin-action {
margin-top: auto;
}
.card-admin-action-btn {
width: 90px;
height: 36px;
border-radius: 30px;
border: solid 1px #BBBBBB;
background: #FFFFFF;
cursor: pointer;
padding-left: 10px;
padding-right: 10px;
}
}
#test-procedure-link {
margin-right: 10px;
}
@media only screen and (max-width: 600px) {

View file

@ -0,0 +1,21 @@
.procedure-grid {
display: flex;
flex-wrap: wrap;
}
.procedure-admin-container {
display: flex;
justify-content: flex-end;
margin-bottom: 20px;
.button {
margin-right: 10px;
}
}
.procedure-admin-explanation {
font-weight: bold;
font-size: 20px;
margin-bottom: 20px;
}

View file

@ -1,5 +0,0 @@
.procedure-grid {
display: flex;
flex-wrap: wrap;
}