|
@ -211,7 +211,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Tablet and Mobile */ |
|
|
/* Tablet and Mobile */ |
|
|
@media only screen and (max-width : @computerBreakpoint) { |
|
|
|
|
|
|
|
|
@media only screen and (max-width : @largestTabletScreen) { |
|
|
.ui.modal > .header { |
|
|
.ui.modal > .header { |
|
|
padding-right: @closeHitbox; |
|
|
padding-right: @closeHitbox; |
|
|
} |
|
|
} |
|
@ -313,7 +313,7 @@ |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
/* Tablet and Mobile */ |
|
|
/* Tablet and Mobile */ |
|
|
@media only screen and (max-width : @computerBreakpoint) { |
|
|
|
|
|
|
|
|
@media only screen and (max-width : @largestTabletScreen) { |
|
|
.ui.basic.modal > .close { |
|
|
.ui.basic.modal > .close { |
|
|
color: @basicInnerCloseColor; |
|
|
color: @basicInnerCloseColor; |
|
|
} |
|
|
} |
|
@ -371,7 +371,7 @@ |
|
|
z-index: auto; |
|
|
z-index: auto; |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
@media only screen and (max-width : @computerBreakpoint) { |
|
|
|
|
|
|
|
|
@media only screen and (max-width : @largestTabletScreen) { |
|
|
.modals.dimmer .ui.scrolling.modal { |
|
|
.modals.dimmer .ui.scrolling.modal { |
|
|
margin-top: @mobileScrollingMargin !important; |
|
|
margin-top: @mobileScrollingMargin !important; |
|
|
margin-bottom: @mobileScrollingMargin !important; |
|
|
margin-bottom: @mobileScrollingMargin !important; |
|
|