mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-06 14:58:19 +08:00
15 lines
175 B
Text
15 lines
175 B
Text
|
//
|
||
|
// Utility classes
|
||
|
// --------------------------------------------------
|
||
|
|
||
|
|
||
|
// Quick floats
|
||
|
.pull-right {
|
||
|
float: right;
|
||
|
}
|
||
|
|
||
|
// Toggling content
|
||
|
.show {
|
||
|
display: block;
|
||
|
}
|