ajuste formulaire

This commit is contained in:
Kevin Tessier 2019-06-11 11:19:02 +02:00
parent f8dd835875
commit e44465b3c4
3 changed files with 9 additions and 9 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -268,7 +268,7 @@
} }
} }
} }
&:nth-of-type(n+5):not(:nth-of-type(n+11)){ &:nth-of-type(n+6):not(:nth-of-type(n+12)){
width: 50%; width: 50%;
float: left; float: left;
border-bottom: 0px; border-bottom: 0px;
@ -279,7 +279,7 @@
} }
} }
} }
&:nth-of-type(9), &:nth-of-type(10){ &:nth-of-type(10), &:nth-of-type(11){
border-bottom: 1px solid $red !important; border-bottom: 1px solid $red !important;
} }
&.button-wrapper{ &.button-wrapper{