mirror of
https://github.com/miggymofongo/asteroid.git
synced 2024-11-24 14:10:27 +00:00
19 lines
354 B
SCSS
19 lines
354 B
SCSS
|
/*! Bibi Frame Style */
|
||
|
|
||
|
iframe.bibi-frame {
|
||
|
display: inline-block;
|
||
|
box-sizing: border-box;
|
||
|
position: relative;
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
border: solid 1px rgb(222,222,222);
|
||
|
border-radius: 1px;
|
||
|
max-width: 100%;
|
||
|
max-height: 100%;
|
||
|
width: 100%;
|
||
|
height: 100%;
|
||
|
vertical-align: top;
|
||
|
line-height: 1;
|
||
|
text-decoration: none;
|
||
|
background: transparent;
|
||
|
}
|