mirror of
https://github.com/franjsco/tomadoro
synced 2025-06-06 00:29:13 +02:00
add ButtonBox style
This commit is contained in:
19
src/components/ButtonBox.css
Normal file
19
src/components/ButtonBox.css
Normal file
@ -0,0 +1,19 @@
|
|||||||
|
.button {
|
||||||
|
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);
|
||||||
|
}
|
||||||
|
|
||||||
|
.top-margin {
|
||||||
|
margin-top: 18px;
|
||||||
|
}
|
Reference in New Issue
Block a user