mirror of https://github.com/franjsco/tomadoro
Clean Timer.css
This commit is contained in:
parent
c06720b187
commit
8bf48310d3
|
@ -5,3 +5,20 @@
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.buttons {
|
||||||
|
font-size: 20px;
|
||||||
|
font-weight: bold;
|
||||||
|
height: 60px;
|
||||||
|
border-radius: 25px;
|
||||||
|
box-shadow: 0 0 1px #161616, 0 0 10px rgb(133, 133, 133);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
|
.button-box {
|
||||||
|
background-color: rgba(255, 255, 255, 1.0);
|
||||||
|
padding: 20px;
|
||||||
|
margin-top: 5px;
|
||||||
|
border-radius: 25px;
|
||||||
|
box-shadow:0 0 1px #111010, 0 0 10px rgb(193, 194, 190);
|
||||||
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue