Fix codacy error

Add new line at the end of file

Shorten hex

Add zero
This commit is contained in:
Lukas Hirt
2020-10-19 11:43:08 +02:00
parent 46ea80c2aa
commit 175b90b1f3
2 changed files with 20 additions and 20 deletions
File diff suppressed because one or more lines are too long
+3 -3
View File
@@ -31,7 +31,7 @@ strong {
.oc-progress {
/* Needs to be important to overwrite material-ui */
background-color: rgba(78,133,200,.8) !important;
background-color: rgba(78, 133, 200, 0.8) !important;
height: 4px;
width: 100px;
}
@@ -100,5 +100,5 @@ strong {
}
.oc-light {
color: #ffffff !important;
}
color: #fff !important;
}