mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
Remove Bootstrap responsive-embed styles.
This commit is contained in:
parent
bc3a330c82
commit
406048b55a
3 changed files with 0 additions and 37 deletions
|
@ -40,7 +40,6 @@
|
|||
@import "media.less";
|
||||
@import "list-group.less";
|
||||
@import "panels.less";
|
||||
@import "responsive-embed.less";
|
||||
@import "wells.less";
|
||||
@import "close.less";
|
||||
|
||||
|
|
|
@ -1,35 +0,0 @@
|
|||
// Embeds responsive
|
||||
//
|
||||
// Credit: Nicolas Gallagher and SUIT CSS.
|
||||
|
||||
.embed-responsive {
|
||||
position: relative;
|
||||
display: block;
|
||||
height: 0;
|
||||
padding: 0;
|
||||
overflow: hidden;
|
||||
|
||||
.embed-responsive-item,
|
||||
iframe,
|
||||
embed,
|
||||
object,
|
||||
video {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
bottom: 0;
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
|
||||
// Modifier class for 16:9 aspect ratio
|
||||
.embed-responsive-16by9 {
|
||||
padding-bottom: 56.25%;
|
||||
}
|
||||
|
||||
// Modifier class for 4:3 aspect ratio
|
||||
.embed-responsive-4by3 {
|
||||
padding-bottom: 75%;
|
||||
}
|
1
src/ui/public/styles/theme/bootstrap.less
vendored
1
src/ui/public/styles/theme/bootstrap.less
vendored
|
@ -37,7 +37,6 @@
|
|||
@import "~ui/styles/bootstrap/media.less";
|
||||
@import "~ui/styles/bootstrap/list-group.less";
|
||||
@import "~ui/styles/bootstrap/panels.less";
|
||||
@import "~ui/styles/bootstrap/responsive-embed.less";
|
||||
@import "~ui/styles/bootstrap/wells.less";
|
||||
@import "~ui/styles/bootstrap/close.less";
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue