Git-Auto-Deploy / webui /src /App.scss
AUXteam's picture
Deploy branch agent-adaptation-1771079970 via Git-Auto-Deploy
74b4b21 verified
@import 'variables';
.App {
.view-container {
padding-top: .75rem;
padding-left: 11rem;
}
.primary-view {
width: 100%;
max-width: 450px;
}
.insecure-scheme {
width: 100%;
text-align: center;
margin: 0 auto;
font-family: 'Lato', sans-serif;
font-weight: 300;
position: absolute;
top: 40%;
margin-top: -1rem;
}
}