53 lines
699 B
CSS
53 lines
699 B
CSS
body {
|
|
font-family: Arial, Helvetica, sans-serif;
|
|
}
|
|
|
|
.para.small-para {
|
|
color: hwb(0 3% 97%);
|
|
font-weight: 800;
|
|
font-size: 20px;
|
|
}
|
|
|
|
.small-para {
|
|
font-size: 14px;
|
|
font-weight: 800;
|
|
}
|
|
|
|
.para {
|
|
font-size: 32px;
|
|
}
|
|
|
|
.confirm {
|
|
background-color: green;
|
|
color: white;
|
|
font-weight: bold;
|
|
}
|
|
|
|
.button {
|
|
background-color: rgb(255, 255, 255);
|
|
color: rgb(0, 0, 0);
|
|
font-size: 20px;
|
|
}
|
|
|
|
div.text .child {
|
|
color: rgb(0, 0, 0);
|
|
font-weight: 800;
|
|
font-size: 14px;
|
|
}
|
|
|
|
div.text {
|
|
color: rgb(0, 0, 0);
|
|
font-size: 22px;
|
|
font-weight: 100;
|
|
}
|
|
|
|
#confirm-button {
|
|
background-color: green;
|
|
color: white;
|
|
font-size: 24px;
|
|
font-weight:bold;
|
|
|
|
}
|
|
#cancel-button {
|
|
font-size: 24px;
|
|
} |