Add files via upload

This commit is contained in:
Fernando Méndez
2021-03-16 10:56:28 +01:00
committed by GitHub
parent b6e5ebfd49
commit d2d96d53a8
6 changed files with 160 additions and 90 deletions

View File

@ -268,6 +268,23 @@ table a{
}
}
/* Percentage bar */
.bar {
height: 15px;
line-height: 15px;
font-size: 13px;
font-weight: bold;
width: 100%;
background-color: #d3ebff;
text-align: right;
}
.bar.seventyfive {
width: 75%;
}
.bar.fifty {
width: 50%;
}
/* Form */
form {
@ -348,7 +365,7 @@ textarea {
background-color: #1f2c3d;
color: #dadada;
padding: 25px;
margin-top: 200px;
margin-top: 100px;
width: 100%;
height: 80px;
text-align: right;