mirror of
https://github.com/antopilo/Nuake.git
synced 2026-09-09 20:08:57 +03:00
28 lines
401 B
CSS
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;
|
|
}
|