Files
socialhose-php/frontend/app/styles/layout/generic/_generic-base.scss
T
2022-12-09 08:36:26 -06:00

14 lines
156 B
SCSS

// General
a,
button,
.btn {
outline: none !important;
}
.app-container {
display: flex;
min-height: 100vh;
flex-direction: column;
margin: 0;
}