mirror of
https://gitlab.com/TheGamecraft/c-cms.git
synced 2026-04-21 10:49:10 -04:00
3.2.5
This commit is contained in:
26
public/css/custom.css
vendored
26
public/css/custom.css
vendored
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user