mirror of
https://github.com/nsnail/spectre.console.git
synced 2025-12-22 17:45:49 +08:00
Add initial docs
This commit is contained in:
committed by
Patrik Svensson
parent
decb887b0a
commit
f1912b1d44
20
docs/input/assets/bootstrap/_transitions.scss
Normal file
20
docs/input/assets/bootstrap/_transitions.scss
Normal file
@@ -0,0 +1,20 @@
|
||||
.fade {
|
||||
@include transition($transition-fade);
|
||||
|
||||
&:not(.show) {
|
||||
opacity: 0;
|
||||
}
|
||||
}
|
||||
|
||||
.collapse {
|
||||
&:not(.show) {
|
||||
display: none;
|
||||
}
|
||||
}
|
||||
|
||||
.collapsing {
|
||||
position: relative;
|
||||
height: 0;
|
||||
overflow: hidden;
|
||||
@include transition($transition-collapse);
|
||||
}
|
||||
Reference in New Issue
Block a user