mirror of
https://github.com/the-djmaze/snappymail.git
synced 2025-01-09 00:08:18 +08:00
0e8bf13d5d
Cleanup bootstrap less files
14 lines
215 B
Text
14 lines
215 B
Text
//
|
|
// Component animations
|
|
// --------------------------------------------------
|
|
|
|
|
|
.collapse {
|
|
position: relative;
|
|
height: 0;
|
|
overflow: hidden;
|
|
transition: height .35s ease;
|
|
&.in {
|
|
height: auto;
|
|
}
|
|
}
|