TrizRis/src/main/webapp/resources/demo/styles/auth/_login.scss
2026-07-30 09:37:16 +01:00

24 lines
450 B
SCSS

.pages-body {
&.login-page {
background-color: #F0F4F8;
background-size: cover;
.pages-panel {
.pages-header {
background: #0097A7;
}
.input-panel {
width: 100%;
.ui-inputtext {
width: 100%
}
}
.login-button > * {
width: 100%;
}
}
}
}