18 lines
180 B
CSS
18 lines
180 B
CSS
|
|
|
|
.round-border-10
|
|
{
|
|
border-radius: 10px;
|
|
border-width: 0;
|
|
}
|
|
|
|
.default-button
|
|
{
|
|
background-color: #0d52ce;
|
|
color: #ffffff;
|
|
}
|
|
|
|
.font-middle
|
|
{
|
|
font-size: 20px ;
|
|
} |