mirror of
https://github.com/SuiteCRM/SuiteCRM-Core.git
synced 2025-09-05 10:18:33 +08:00
Add text utility css classes
This commit is contained in:
parent
71a17c21eb
commit
2502279435
1 changed files with 31 additions and 2 deletions
|
@ -51,10 +51,39 @@ ul li::marker {
|
|||
color: $midnight-blue;
|
||||
}
|
||||
|
||||
.text-danger {
|
||||
color: $btn-danger;
|
||||
.text-main {
|
||||
color: $main;
|
||||
}
|
||||
|
||||
.text-primary {
|
||||
color: $primary !important;
|
||||
}
|
||||
|
||||
.text-secondary {
|
||||
color: $secondary !important;
|
||||
}
|
||||
|
||||
.text-danger {
|
||||
color: $btn-danger !important;
|
||||
}
|
||||
|
||||
.text-bigger-1 {
|
||||
font-size: 110%;
|
||||
}
|
||||
|
||||
.text-bigger-2 {
|
||||
font-size: 120%;
|
||||
}
|
||||
|
||||
.text-bigger-3 {
|
||||
font-size: 140%;
|
||||
}
|
||||
|
||||
.text-bigger-4 {
|
||||
font-size: 140%;
|
||||
}
|
||||
|
||||
|
||||
.fill-white {
|
||||
fill: $white;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue