1
0
mirror of https://github.com/elisspace/AskAssist.git synced 2026-08-29 15:33:47 +00:00
Files
AskAssist/styles.css
Jeremy Dixon 18f1f240bc first commit
2021-01-17 21:25:11 -06:00

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;
}