You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

42 lines
762 B

// Video modal background color fix
// #videoModalIframeWrapper {
// background: black;
// }
//icon alignment fix
[class^="icon-"], [class*=" icon-"] {
display: inline-block;
}
/////////////////////////////
//One Page Nav
/////////////////////////////
// .navs{
// width: 100%;
// &.fixed{
// left: 0;
// top: 0;
// }
// @include navigation-bar();
// }
// ////////////////////////////
// // Object Helper
// ////////////////////////////
// .object-fit-fill {
// object-fit: fill;
// }
// .object-fit-contain {
// object-fit: contain;
// }
// .object-fit-cover {
// object-fit: cover;
// }
// .object-fit-none {
// object-fit: none;
// }
// .object-fit-scale-down {
// object-fit: scale-down;
// }