mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-01 08:16:03 +00:00
15 lines
175 B
Plaintext
15 lines
175 B
Plaintext
//
|
|
// Utility classes
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Quick floats
|
|
.pull-right {
|
|
float: right;
|
|
}
|
|
|
|
// Toggling content
|
|
.show {
|
|
display: block;
|
|
}
|