Fix corporate website SCSS compilation
This commit is contained in:
parent
791ae7a957
commit
fba019c0c7
@ -814,14 +814,16 @@
|
||||
}
|
||||
|
||||
.mcs-search {
|
||||
width: min(420px, 100%);
|
||||
width: 100%;
|
||||
max-width: 420px;
|
||||
border: 1px solid var(--border);
|
||||
border-radius: 10px;
|
||||
padding: 12px 14px;
|
||||
}
|
||||
|
||||
.oe_login_form {
|
||||
width: min(430px, 100%);
|
||||
width: 100%;
|
||||
max-width: 430px;
|
||||
padding: 34px;
|
||||
border: 1px solid #E6E8EC;
|
||||
border-radius: 14px;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user