1
0
www.mikescher.com/www/data/css/styles_login.scss

22 lines
365 B
SCSS
Raw Normal View History

2018-01-21 19:07:43 +01:00
@import 'styles_config';
#loginform div {
display: flex;
flex-direction: column;
}
#loginform div button {
margin: 10px 0;
padding: 0;
}
.loginerror {
display: flex;
2019-11-08 15:15:58 +01:00
background: $COL_TOAST_ERROR_BG;
color: $COL_TOAST_ERROR_FG;
border: $COL_TOAST_ERROR_BORDER;
border-radius: 2px;
2018-01-21 19:07:43 +01:00
font-weight: bold;
padding: 0 5px;
margin: 5px 0 20px 0;
}