This commit is contained in:
Lagacé Mathieu
2020-02-01 13:17:32 -05:00
parent 03cf1c5493
commit baef9a1df0
37 changed files with 1662 additions and 501 deletions

26
public/css/custom.css vendored
View File

@@ -1,3 +1,27 @@
.text-excel {
color: #0f9d58;
}
.text-word {
color: #4b87e4;
}
.text-image {
color: #d93025;
}
.text-pdf {
color: #ea4335;
}
.text-powerpoint {
color: #fd7541;
}
.text-code {
color: #e16156;
}
.word-wrap {
white-space: normal;
word-break: break-word;
@@ -1724,4 +1748,4 @@ td{
}
h2 {
text-transform: capitalize !important;
}
}