Files
Nuake/Editor/resources/Interface/Testing.css
2021-06-02 20:38:01 -04:00

28 lines
401 B
CSS

.button {
width: 100%;
height: 100%;
}
.screen{
height: 100%;
width: 100%;
justify-content: center;
flex-direction: row;
align-content:flex-end;
}
.container {
height: 50px;
width: 50%;
flex-direction: row;
justify-content: space-between;
align-content: center;
align-self:center;
padding: 8px;
}
.items{
height: 30px;
width: 30px;
}