MOBILE-3213 style: Add position fallback

main
Pau Ferrer Ocaña 2019-12-18 11:46:46 +01:00
parent bd4db3ff01
commit bed497d54d
1 changed files with 1 additions and 0 deletions

View File

@ -474,6 +474,7 @@ $core-dd-question-colors: $white, $blue-light, #DCDCDC, #D8BFD8, #87CEFA, #DAA52
}
@mixin safe-area-position($top: null, $end: null, $bottom: null, $start: null) {
@include position-horizontal($start, $end);
@include safe-position-horizontal($start, $end);
top: $top;
bottom: $bottom;