Files
fredy/ui/src/App.less

13 lines
181 B
Plaintext
Raw Normal View History

.app {
display:flex;
flex-direction: column;
width:100%;
&__container {
width: 100%;
padding: 1rem 1rem;
background-color: #3f3e3ef5;
color: #f1f1f1;
}
}