mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-08 07:48:02 +08:00
14 lines
189 B
Text
14 lines
189 B
Text
//
|
|
// Utility classes
|
|
// --------------------------------------------------
|
|
|
|
|
|
// Quick floats
|
|
.pull-right {
|
|
float: var(--right, right);
|
|
}
|
|
|
|
// Toggling content
|
|
.show {
|
|
display: block;
|
|
}
|