95 lines
1.2 KiB
Plaintext
95 lines
1.2 KiB
Plaintext
/*
|
|
*{
|
|
border: 1px solid black;
|
|
}
|
|
.ves-container{
|
|
.row-level-1{
|
|
border: 1px solid blue;
|
|
}
|
|
.col-inner{
|
|
border: 1px solid yellow;
|
|
}
|
|
}
|
|
*/
|
|
|
|
/*****/
|
|
|
|
body::before {
|
|
content: 'Development Server';
|
|
background: #f00;
|
|
padding: 5px 10px;
|
|
display: block;
|
|
position: fixed;
|
|
bottom: 0;
|
|
right: 0;
|
|
color: white;
|
|
font-size: 20px;
|
|
font-weight: bold;
|
|
z-index: 9999;
|
|
}
|
|
body:before:hover{
|
|
background-color: #fff;
|
|
}
|
|
|
|
/*
|
|
#product-fancybox-gallery{
|
|
display: flex;
|
|
margin: -1vw;
|
|
a{
|
|
padding: 1vw;
|
|
flex-grow: 1;
|
|
}
|
|
img{
|
|
width: 100%;
|
|
margin: 0;
|
|
}
|
|
}
|
|
*/
|
|
/*
|
|
iframe{
|
|
border:1px solid red !important;
|
|
}
|
|
.columns{
|
|
border:1px solid green !important;
|
|
}
|
|
*/
|
|
|
|
.content{
|
|
.product-attachment-container{
|
|
margin:0;
|
|
padding:0;
|
|
*{
|
|
border:1px solid red;
|
|
}
|
|
.downloads-item{
|
|
display: flex;
|
|
align-items: center;
|
|
width: 100%;
|
|
*{
|
|
margin:0;
|
|
padding: 0;
|
|
}
|
|
.item-icon{
|
|
flex-shrink: 0;
|
|
width:32px;
|
|
height:32px;
|
|
}
|
|
.item-info{
|
|
display: none;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
@media (max-width: 767px) { /* mobile */
|
|
iframe{
|
|
width: 100vw !important;
|
|
max-width: 100vw !important;
|
|
position: relative !important;
|
|
left: 50% !important;
|
|
right: 50% !important;
|
|
margin-left: -50vw !important;
|
|
margin-right: -50vw !important;
|
|
}
|
|
}
|