mirror of
https://github.com/elisspace/AskAssist.git
synced 2026-08-29 15:33:47 +00:00
24 lines
384 B
CSS
24 lines
384 B
CSS
|
|
.cusBut {
|
|
border-radius: 5px;
|
|
line-height: 1.6;
|
|
border: 2px solid #dddddd;
|
|
width: 75px;
|
|
height: 30px;
|
|
margin: 1rem;
|
|
float: right;
|
|
text-align: center;
|
|
color:white;
|
|
}
|
|
#start-timer {
|
|
background-color: #91d68b;
|
|
}
|
|
#stop-timer {
|
|
background-color: #E70002;
|
|
display:none;
|
|
}
|
|
#alert {
|
|
display: none;
|
|
background-color: #6abdd7;
|
|
}
|