27 lines
503 B
CSS
27 lines
503 B
CSS
.statsContainer {
|
|
border: 0.3rem solid #E67E22;
|
|
border-radius: 0.8rem;
|
|
/*border-radius: 0rem 0rem 0.8rem 0.8rem;*/
|
|
/*margin: 0px 10px 20px 10px;*/
|
|
padding-bottom: 10px;
|
|
}
|
|
.baseBtn {
|
|
height: 2.5rem;
|
|
border: none;
|
|
border-radius: 0.8rem;
|
|
color: #fff;
|
|
}
|
|
.btnReset {
|
|
height: 2.5rem;
|
|
border: none;
|
|
border-radius: 0.8rem;
|
|
color: #fff;
|
|
background-color: #1AB7EA;
|
|
}
|
|
.btnTemp {
|
|
height: 2.5rem;
|
|
border: none;
|
|
border-radius: 0.8rem;
|
|
color: #fff;
|
|
background-color: #1ABC9C;
|
|
} |