Switch radio group to column on small screens
- To give more space to longer translated radio-button titles - For share modal access rightspull/1/head
parent
df53cbc0a9
commit
cfd218a8ca
|
@ -1,5 +1,7 @@
|
|||
@import (reference) "./colortheme-all.less";
|
||||
@import (reference) "./variables.less";
|
||||
@import (reference) "./browser.less";
|
||||
|
||||
.modals-ui-elements_main() {
|
||||
--LessLoader_require: LessLoader_currentFile();
|
||||
}
|
||||
|
@ -20,6 +22,15 @@
|
|||
.cp-radio {
|
||||
margin-right: 30px;
|
||||
}
|
||||
@media (max-width: @browser_media-medium-screen) {
|
||||
flex-direction: column;
|
||||
&:not(:last-child) {
|
||||
margin-bottom: 0px;
|
||||
}
|
||||
.cp-radio {
|
||||
margin: 0 0 5px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue