Edited styles.css according to
README.md, work needed on concept.
This commit is contained in:
parent
a423633e8b
commit
9991adf1c8
@ -2,10 +2,10 @@ body {
|
|||||||
font-family: Arial, Helvetica, sans-serif;
|
font-family: Arial, Helvetica, sans-serif;
|
||||||
}
|
}
|
||||||
|
|
||||||
.para,
|
.para.small-para {
|
||||||
.small-para {
|
color: hwb(0 3% 97%);
|
||||||
color: hsl(0, 0%, 0%);
|
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.small-para {
|
.small-para {
|
||||||
@ -14,11 +14,11 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
.para {
|
.para {
|
||||||
font-size: 22px;
|
font-size: 32px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.confirm {
|
.confirm {
|
||||||
background: green;
|
background-color: green;
|
||||||
color: white;
|
color: white;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
}
|
}
|
||||||
@ -29,7 +29,7 @@ body {
|
|||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.child {
|
div.text .child {
|
||||||
color: rgb(0, 0, 0);
|
color: rgb(0, 0, 0);
|
||||||
font-weight: 800;
|
font-weight: 800;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
@ -40,3 +40,14 @@ div.text {
|
|||||||
font-size: 22px;
|
font-size: 22px;
|
||||||
font-weight: 100;
|
font-weight: 100;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#confirm-button {
|
||||||
|
background-color: green;
|
||||||
|
color: white;
|
||||||
|
font-size: 24px;
|
||||||
|
font-weight:bold;
|
||||||
|
|
||||||
|
}
|
||||||
|
#cancel-button {
|
||||||
|
font-size: 24px;
|
||||||
|
}
|
||||||
Loading…
x
Reference in New Issue
Block a user