css: Remove bootstrap css for "fade" class.

We do not use "fade" class in our app anymore so we can
remove its CSS from boostrap.app.css.
This commit is contained in:
Sahil Batra
2024-01-29 12:35:05 +05:30
committed by Tim Abbott
parent d375921eb4
commit 5f82bf0002

View File

@@ -332,16 +332,6 @@ button.close {
.invisible {
visibility: hidden;
}
.fade {
opacity: 0;
-webkit-transition: opacity 0.15s linear;
-moz-transition: opacity 0.15s linear;
-o-transition: opacity 0.15s linear;
transition: opacity 0.15s linear;
}
.fade.in {
opacity: 1;
}
@-ms-viewport {
width: device-width;
}