add app border on safari

This commit is contained in:
Kyle Spearrin 2019-08-20 23:58:31 -04:00
parent a8b454a50e
commit 214686285b
1 changed files with 9 additions and 0 deletions

View File

@ -10,4 +10,13 @@ html.browser_safari {
left: 10px;
}
}
app-root {
border-width: 1px;
border-style: solid;
@include themify($themes) {
border-color: themed('borderColor');
}
}
}