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.

48 lines
833 B

/*
Theme Name: Kolarix - Q Movies
Author: Kolarix
Version: 1.1.0
*/
@import "css/variables.css";
@import "css/min_reset.css";
@import "css/header";
@import "css/main";
@import "css/animations.css";
.wrapper {
width: 100%;
max-width: 1440px;
margin: 0 auto;
padding: 0 var(--gap);
}
.sm-grey {
color: var(--grey-blue);
letter-spacing: 2px;
}
.tag {
font-family: "BarlowCondensed-Bold", sans-serif;
background: #d2691e;
color: #ffffff;
letter-spacing: 0;
padding: 5px 20px;
border-radius: 20px;
margin-right: 20px;
}
body:after {
content: '';
position: absolute;
top: 0;
right: 0;
width: 50%;
height: calc(100% - 180px);
z-index: -1;
background: var(--light-grey-blue);
border-top-left-radius: 100px;
border-bottom-left-radius: 100px;
}