fix feautes list break li
parent
58b01da401
commit
2c94ee0ce7
|
@ -94,4 +94,4 @@ block content
|
|||
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")
|
||||
input(type="submit", class="hidden")
|
||||
a.button.button-green(href="") Save
|
||||
a.button.button-green(href="") Save
|
||||
|
|
|
@ -1,5 +1,7 @@
|
|||
.admin-functionalities {
|
||||
form {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
}
|
||||
.functionality {
|
||||
|
@ -8,12 +10,16 @@
|
|||
background-color: $whitish;
|
||||
display: inline-block;
|
||||
margin-bottom: .3rem;
|
||||
margin-right: .3rem;
|
||||
min-height: 14px;
|
||||
opacity: .5;
|
||||
padding: 1rem;
|
||||
position: relative;
|
||||
vertical-align: top;
|
||||
width: 33%;
|
||||
width: 32%;
|
||||
&:nth-child(3n+1) {
|
||||
margin-right: 0;
|
||||
}
|
||||
&.active {
|
||||
background-color: #e9f0da;
|
||||
opacity: 1;
|
||||
|
|
Loading…
Reference in New Issue