1
0
Fork 0
mirror of https://we.phorge.it/source/phorge.git synced 2024-09-21 01:38:48 +02:00
phorge-phorge/webroot/rsrc/css/phui/phui-text.css

56 lines
570 B
CSS
Raw Normal View History

/**
* @provides phui-text-css
*/
/* Styles */
.phui-text-bold {
font-weight: bold;
}
.phui-text-uppercase {
text-transform: uppercase;
}
.phui-text-strike {
text-decoration: line-through;
}
/* Colors */
.phui-text-red {
color: #E41C2B;
}
.phui-text-orange {
color: #EA921D;
}
.phui-text-yellow {
color: #EABB1D;
}
.phui-text-green {
color: #2FC118
}
.phui-text-blue {
color: #1D5998;
}
.phui-text-indigo {
color: #BD1772;
}
.phui-text-violet {
color: #701A9C;
}
.phui-text-white {
color: #fff;
}
.phui-text-black {
color: #333;
}