Files
fredy/ui/src/App.less
weakmap@gmail.com 52dafcef97 improving ui / ux
2022-03-27 19:42:58 +02:00

21 lines
328 B
Plaintext

.app {
display:flex;
flex-direction: column;
width:100%;
&__container {
width: 100%;
padding: 1rem 1rem;
background-color: #3f3e3ef5;
color: #f1f1f1;
}
}
.ui.inverted.segment{
background: #31303078!important;
}
.ui.black.label, .ui.black.labels .label {
background-color: #31303078!important;
}