mirror of
https://github.com/opencloud-eu/opencloud.git
synced 2026-04-27 22:41:10 -05:00
Fix codacy error
Add new line at the end of file Shorten hex Add zero
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user