mirror of
https://github.com/the-djmaze/snappymail.git
synced 2024-12-29 11:01:34 +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;
|
|
}
|
|
}
|