8 lines
106 B
CSS
8 lines
106 B
CSS
#alert-box {
|
|
margin: 30px auto;
|
|
max-width: 460px;
|
|
}
|
|
|
|
.cell-percentage::after {
|
|
content: '%';
|
|
} |