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