mirror of
https://github.com/OCA/web.git
synced 2025-02-22 13:21:25 +02:00
[MIG] web_dialog_size: Migration to 12.0
This commit is contained in:
24
web_dialog_size/static/src/scss/web_dialog_size.scss
Normal file
24
web_dialog_size/static/src/scss/web_dialog_size.scss
Normal file
@@ -0,0 +1,24 @@
|
||||
|
||||
.modal {
|
||||
.dialog_full_screen {
|
||||
@include media-breakpoint-up(sm) {
|
||||
max-width: 100%;
|
||||
width: calc(100% - 50px);
|
||||
}
|
||||
}
|
||||
.modal-header button.close {
|
||||
font-size: 18px;
|
||||
|
||||
&:not(.dialog_button_extend):not(.dialog_button_restore) {
|
||||
@include media-breakpoint-up(sm) {
|
||||
margin-left: 15px;
|
||||
}
|
||||
}
|
||||
|
||||
&.dialog_button_extend, .dialog_button_restore {
|
||||
@include media-breakpoint-down(sm) {
|
||||
display: none !important;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user