adding roles for mobile
This commit is contained in:
parent
d28dee3ceb
commit
fc32d96e02
1 changed files with 7 additions and 1 deletions
|
@ -1919,7 +1919,7 @@ fieldset input[type="radio"] {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
border-radius: 16px 16px 0 0;
|
border-radius: 16px 16px 0 0;
|
||||||
box-shadow: 0 0 14px var(--shadow), 0 0 28px var(--shadow)
|
box-shadow: 0 0 14px var(--shadow), 0 0 28px var(--shadow);
|
||||||
}
|
}
|
||||||
.contextbutton {
|
.contextbutton {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
@ -1946,6 +1946,12 @@ fieldset input[type="radio"] {
|
||||||
height: 100px;
|
height: 100px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
.fixedsearch {
|
||||||
|
top: 50% !important;
|
||||||
|
left: 50% !important;
|
||||||
|
transform: translate(-50%, -50%);
|
||||||
|
min-width: 80svw;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.fixedsearch{
|
.fixedsearch{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue