fix style conflict
This commit is contained in:
parent
188118d9ea
commit
2b61b8a2a0
@ -9,11 +9,11 @@ $poll-blue: #1A73D4;
|
|||||||
margin-left: 9.125rem;
|
margin-left: 9.125rem;
|
||||||
}
|
}
|
||||||
|
|
||||||
<<<<<<< HEAD
|
|
||||||
.btn {
|
.btn {
|
||||||
margin-top: var(--sm-padding-y);
|
margin-top: var(--sm-padding-y);
|
||||||
margin-bottom: var(--sm-padding-y);
|
margin-bottom: var(--sm-padding-y);
|
||||||
=======
|
}
|
||||||
|
|
||||||
.hideBtn {
|
.hideBtn {
|
||||||
position: relative;
|
position: relative;
|
||||||
background-color: white;
|
background-color: white;
|
||||||
@ -34,7 +34,6 @@ $poll-blue: #1A73D4;
|
|||||||
|
|
||||||
.customBtn {
|
.customBtn {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
>>>>>>> test-merge-anton
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.customInputWrapper {
|
.customInputWrapper {
|
||||||
@ -42,13 +41,8 @@ $poll-blue: #1A73D4;
|
|||||||
|
|
||||||
> input {
|
> input {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
<<<<<<< HEAD
|
|
||||||
margin-top: .3rem;
|
margin-top: .3rem;
|
||||||
margin-bottom: .3rem;
|
margin-bottom: .3rem;
|
||||||
=======
|
|
||||||
margin-top: var(--sm-padding-y);
|
|
||||||
margin-bottom: var(--sm-padding-y);
|
|
||||||
>>>>>>> test-merge-anton
|
|
||||||
}
|
}
|
||||||
|
|
||||||
> input:first-child {
|
> input:first-child {
|
||||||
|
Loading…
Reference in New Issue
Block a user