mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-31 03:52:01 +08:00
18 lines
205 B
Text
18 lines
205 B
Text
|
//
|
||
|
// Utility classes
|
||
|
// --------------------------------------------------
|
||
|
|
||
|
|
||
|
// Quick floats
|
||
|
.pull-right {
|
||
|
float: right;
|
||
|
}
|
||
|
.pull-left {
|
||
|
float: left;
|
||
|
}
|
||
|
|
||
|
// Toggling content
|
||
|
.show {
|
||
|
display: block;
|
||
|
}
|