fix style issues with discomainer view and collect email, mostly checkbox related
This commit is contained in:
parent
8567591fa5
commit
4ec7f08e1e
3 changed files with 32 additions and 2 deletions
|
|
@ -33,6 +33,11 @@
|
|||
border-color: rgb(19, 229, 182);
|
||||
top:20%;
|
||||
left:11%;
|
||||
@media (min-width:450px){
|
||||
&{
|
||||
left: 20%;
|
||||
}
|
||||
}
|
||||
}
|
||||
.item-content {
|
||||
width: 90%;
|
||||
|
|
@ -60,6 +65,12 @@
|
|||
p{
|
||||
color:rgb(58,58,58);
|
||||
}
|
||||
@media (min-width:450px){
|
||||
p{
|
||||
position: relative;
|
||||
top: .6rem;
|
||||
}
|
||||
}
|
||||
.checkbox input:before,
|
||||
.checkbox .checkbox-icon:before{
|
||||
border-color:$soft-blue;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue