fix feautes list break li
parent
58b01da401
commit
2c94ee0ce7
|
@ -94,4 +94,4 @@ block content
|
||||||
input(type="text", ng-model="project.videoconferences_salt",
|
input(type="text", ng-model="project.videoconferences_salt",
|
||||||
placeholder="If you want you can append a salt code to the name of the chat room")
|
placeholder="If you want you can append a salt code to the name of the chat room")
|
||||||
input(type="submit", class="hidden")
|
input(type="submit", class="hidden")
|
||||||
a.button.button-green(href="") Save
|
a.button.button-green(href="") Save
|
||||||
|
|
|
@ -1,5 +1,7 @@
|
||||||
.admin-functionalities {
|
.admin-functionalities {
|
||||||
form {
|
form {
|
||||||
|
display: flex;
|
||||||
|
flex-wrap: wrap;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
.functionality {
|
.functionality {
|
||||||
|
@ -8,12 +10,16 @@
|
||||||
background-color: $whitish;
|
background-color: $whitish;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
margin-bottom: .3rem;
|
margin-bottom: .3rem;
|
||||||
|
margin-right: .3rem;
|
||||||
min-height: 14px;
|
min-height: 14px;
|
||||||
opacity: .5;
|
opacity: .5;
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
position: relative;
|
position: relative;
|
||||||
vertical-align: top;
|
vertical-align: top;
|
||||||
width: 33%;
|
width: 32%;
|
||||||
|
&:nth-child(3n+1) {
|
||||||
|
margin-right: 0;
|
||||||
|
}
|
||||||
&.active {
|
&.active {
|
||||||
background-color: #e9f0da;
|
background-color: #e9f0da;
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
|
|
Loading…
Reference in New Issue