mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
21 lines
328 B
Plaintext
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;
|
|
} |