Interne Schaltflächen wurden entfernt. Stattdessen wurden externe Sende- und Aktualisierungsschaltflächen hinzugefügt.
This commit is contained in:
@@ -7,9 +7,26 @@
|
||||
#app {
|
||||
background: gray;
|
||||
width: 100vw;
|
||||
height: 1vh;
|
||||
height: 80vh;
|
||||
}
|
||||
|
||||
.btn-group {
|
||||
margin-right: 10vw;
|
||||
margin-bottom: 10vh;
|
||||
}
|
||||
.btn_refresh, .btn_complete {
|
||||
height:4vh
|
||||
}
|
||||
.btn_refresh {
|
||||
}
|
||||
.btn_complete{
|
||||
}
|
||||
.btn_complete .icon {
|
||||
width: 2vh;
|
||||
}
|
||||
.btn_complete span {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
.button-finish {
|
||||
transition: background-color linear 300ms;
|
||||
|
||||
Reference in New Issue
Block a user