ORIENT/themes/modern2/template/css/components/2-layout/responsive.scss

1125 lines
22 KiB
SCSS
Raw Normal View History

2022-03-19 09:55:47 +00:00
// 1640 ================
2021-11-24 12:26:36 +00:00
@include xxlg-xxxlg {
.auto__container {
max-width: 1240px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.swiper {
&-slide {
height: 450px;
}
}
}
2022-03-19 09:55:47 +00:00
// 1400 ===============
2021-11-24 12:26:36 +00:00
@include xlg-xxlg {
.swiper-slide-content-link {
font-size: 18px;
line-height: 25px;
height: 50px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.newsSlider {
&__item {
height: 280px;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.main__banner {
margin-bottom: 40px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.swiper {
&-slide {
height: 350px;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.newsSlider .newsSlider__item {
height: 180px;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-content {
&-date {
max-width: 120px;
margin-bottom: 0;
}
}
}
.header__slogan {
font-size: 28px;
line-height: 1;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.auto__container {
max-width: 1040px;
padding: 0 25px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.banner {
margin: 40px 0;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.slider {
height: 450px;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__item {
height: 450px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__nav {
a {
height: 33.3%;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
span {
overflow: hidden;
text-overflow: ellipsis;
}
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.event {
2021-11-25 12:40:36 +00:00
margin: 40px 0 70px;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__header {
margin-bottom: 40px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__body {
&-row {
margin: 0 -10px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-image {
margin: 0 10px;
width: calc(50% - 20px);
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
a.progressive {
height: 200px;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-card {
top: 150px;
left: 10px;
width: calc(100% - 20px);
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-column {
margin: 0 10px;
width: calc(50% - 30px);
padding: 0 15px;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.card {
padding: 15px 0;
}
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.main {
&__body {
&-header {
margin-bottom: 40px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-column {
a.progressive {
height: 240px;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-card {
margin: -50px 15px 0 15px;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__sidebar {
&-title {
margin-bottom: 40px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
a.progressive {
margin-bottom: 40px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-tag {
margin-bottom: 40px;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-link {
padding: 4px 6px;
font-size: 12px;
}
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.card {
padding: 15px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.partner {
&__title {
margin-bottom: 40px;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.heading {
&__row {
margin-bottom: 40px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__title {
margin-bottom: 40px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__content {
padding: 15px 0 15px 15px;
width: calc(60% - 15px);
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-header {
margin-bottom: 15px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-body {
&-para {
height: 90px;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
a.progressive {
height: 250px;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.form {
&__title {
margin-bottom: 40px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__input {
label {
height: 60px;
overflow: hidden;
text-overflow: ellipsis;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.news {
&__inner {
padding: 40px 0;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__image {
margin: 20px 0;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__body {
&-row {
&-image {
margin: 0 10px;
width: calc(50% - 20px);
}
}
}
}
}
2022-03-19 09:55:47 +00:00
// 1024 ===============
2021-11-24 12:26:36 +00:00
@include lg-xlg {
.newsSlider {
&__item {
height: 240px;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.swiper-container {
.slick-list {
padding: 0 20% 0 0;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.partner__title {
margin-bottom: 20px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.swiper-slide {
&-content {
padding: 15px;
width: calc(100% - 30px);
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-category {
font-size: 12px;
line-height: 14px;
padding: 8px 12px;
font-weight: 500;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-link {
font-size: 14px;
line-height: 26px;
height: 52px;
width: 75%;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.slider {
&__nav {
display: none;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__inner {
width: 100%;
margin: 0;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.search {
&Modal {
display: block;
@include transition;
position: fixed;
z-index: 1000;
top: 0;
left: 0;
transform: translateY(-100%);
-webkit-transform: translateY(-100%);
-moz-transform: translateY(-100%);
-ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
background: #fff;
width: 100%;
height: 100%;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__inner {
padding: 25px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&.active {
transform: translateY(0);
-webkit-transform: translateY(0);
-moz-transform: translateY(0);
-ms-transform: translateY(0);
-o-transform: translateY(0);
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&Input {
position: relative;
max-width: 450px;
margin: 0 auto;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
input {
width: calc(100% - 60px);
height: 50px;
padding: 0 40px 0 20px;
display: flex;
align-items: center;
font-size: 14px;
line-height: 1;
font-weight: 500;
color: $text-black;
border-radius: 5px;
border: 1px solid #242424;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__btn {
position: absolute;
right: 15px;
background: none;
top: 50%;
transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-moz-transform: translateY(-50%);
-ms-transform: translateY(-50%);
-o-transform: translateY(-50%);
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
svg {
width: 24px;
height: 24px;
fill: #242424;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&Logo {
width: 100%;
max-width: 160px;
margin: 30px auto;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&Close {
width: 24px;
height: 24px;
fill: #b4b4b4;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.header {
border-bottom: 4px solid #242424;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__slogan {
display: none;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.mobileSearch {
display: block;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
svg {
width: 22px;
height: 22px;
fill: #b4b4b4;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__search {
display: none;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.hamBtn {
display: block;
width: 35px;
background: none;
height: 25px;
display: flex;
flex-direction: column;
-ms-flex-direction: column;
justify-content: space-between;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
span {
width: 100%;
height: 5px;
border-radius: 10px;
background: $text-light-black;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.subheader__inner {
position: fixed;
top: 0;
right: 0;
height: 100%;
width: 0;
overflow: hidden;
opacity: 0;
background: rgba($color: #000000, $alpha: 0.5);
z-index: 1000;
@include transition;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.close {
width: 30px;
height: 30px;
position: absolute;
left: 30px;
top: 30px;
display: block;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
img {
width: 100%;
height: 100%;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.nav {
position: absolute;
top: 0;
right: 0;
width: 50%;
height: calc(100% - 50px);
overflow-y: scroll;
background: $text-light-black;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__inner {
flex-direction: column;
-ms-flex-direction: column;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-link {
display: block;
text-align: center;
margin-right: 0;
padding: 20px;
font-size: $h3-size;
line-height: $h3-height;
font-weight: 700;
width: calc(100% - 40px);
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&::before {
display: none;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.dropDown {
margin-top: 20px;
position: unset;
width: unset;
background: unset;
background: #b4b4b4;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__link {
color: $text-color-white;
text-align: center;
padding: 20px 0;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&:hover {
background: unset;
}
}
}
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.language {
position: absolute;
bottom: 0;
right: 0;
width: 50%;
padding: 15px 0;
justify-content: center;
background: $color-grey;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&.showMenu {
width: 100%;
opacity: 1;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.event {
&__body {
&-image {
width: calc(50% - 20px);
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-column {
width: calc(50% - 30px);
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.main {
margin-top: 40px;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__sidebar {
display: none;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__content {
width: 100%;
margin: 0;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__body {
&-card {
margin: -50px 0 0 0;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-column {
a.progressive {
height: 300px;
}
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.footer {
&__inner {
flex-direction: column;
-ms-flex-direction: column;
justify-content: center;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__social {
margin-top: 20px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__copyright {
text-align: center;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.card.other {
padding: 15px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.mr-top-bot {
margin: 40px 0;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.about {
padding: 40px 0;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.news {
&__sidebar {
display: none;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__content {
width: 100%;
margin-right: 0;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.terms {
padding: 40px 0;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__title {
margin-bottom: 20px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__para {
margin-bottom: 20px;
}
}
}
2022-03-19 09:55:47 +00:00
// 700 ================
2021-11-24 12:26:36 +00:00
@include sm-md {
.newsSlider__outer {
display: none;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.swiper-container {
.slick-list {
padding: 0 0 0 0;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.header__logo {
width: 80px;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
img {
width: 100%;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.marquee {
display: none;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.slider {
height: 350px;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__item {
height: 350px;
}
}
.event {
&__body {
&-row {
margin: 0;
flex-direction: column;
-ms-flex-direction: column;
border: 1px solid #dcdcdc;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-image {
width: 100%;
margin: 15px 0;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
a.progressive {
height: auto;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-column {
width: calc(100% - 30px);
margin: 0;
padding: 0 15px;
border: none;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.card {
padding: 15px 0;
border-bottom: 1px solid #dcdcdc;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&:last-child {
border-bottom: none;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-card {
position: unset;
width: 100%;
border: none;
border-bottom: 1px solid #dcdcdc;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.main {
&__body {
&-row {
display: block;
margin: 0;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.banner__mobile {
display: block;
width: 100%;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-column {
width: 100%;
margin: 15px 0;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
a.progressive {
height: auto;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__banner {
margin-bottom: 40px;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.heading {
&__row {
margin-bottom: 20px;
flex-direction: column;
-ms-flex-direction: column;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__image {
width: 100%;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__content {
padding: 20px 0;
width: 100%;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-body {
&-para {
height: 120px;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
a.progressive {
height: auto;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
img {
height: unset;
width: 100%;
object-fit: unset;
-o-object-fit: unset;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.form {
&__row {
flex-direction: column;
-ms-flex-direction: column;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__input {
margin-bottom: 20px;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&:first-child {
width: 100%;
margin-right: 0;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&:last-child {
width: 100%;
margin-left: 0;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
label {
height: unset;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__btn {
width: 100%;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.main {
&__inner.contact {
padding: 0;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.news {
&__body {
&-row {
margin: 0;
flex-direction: column;
-ms-flex-direction: column;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-image {
margin: 15px 0;
width: 100%;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
img {
width: 100%;
margin: 15px 0;
display: block;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__footer {
flex-direction: column;
-ms-flex-direction: column;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
img {
width: 100%;
margin: 15px 0;
display: block;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.newsSlider {
.newsSlider__item {
img {
height: 250px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-content {
position: unset;
padding: 10px;
border: 1px solid #dfdfdf;
width: calc(100% - 20px);
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-link {
color: $text-light-black;
font-size: 12px;
line-height: 16px;
height: 48px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-date {
font-size: 10px;
width: 100%;
padding: 8px 0;
}
}
}
}
}
2022-03-19 09:55:47 +00:00
// 540 ================
2021-11-24 12:26:36 +00:00
@include xsm-sm {
.swiper-slide-content-category {
position: absolute;
top: 12px;
right: 15px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.auto__container {
padding: 0 10px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.slider {
height: 300px;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__item {
height: 300px;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.partnerSlider {
overflow: hidden;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__item {
margin-right: 0;
padding: 5px;
height: unset;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.footer {
&__social {
flex-wrap: wrap;
justify-content: center;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-link {
margin: 5px;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.subheader {
z-index: 12;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__inner {
.close {
width: 20px;
height: 20px;
top: 15px;
left: 15px;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.nav {
width: calc(100% - 50px);
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.language {
width: calc(100% - 50px);
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.swiper-slide {
height: 300px;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.newsSlider__outer {
display: none;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.main {
&__body {
&-card {
margin: 0 0 0 0;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
.popUp {
display: flex;
transform: translateY(100%);
position: fixed;
bottom: 0;
left: 0;
background: #f7f7f7;
z-index: 11;
animation: popUp 0.2s linear;
border-radius: 20px 20px 0 0;
padding: 40px 20px;
width: calc(100% - 40px);
@include transition;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&__inner {
width: 100%;
&-header {
display: flex;
align-items: center;
justify-content: space-between;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-logo {
width: 75px;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
img {
width: 100%;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-close {
display: flex;
align-items: flex-end;
justify-content: flex-end;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
svg {
width: 18px;
height: 18px;
fill: #000;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-body {
margin: 15px 0;
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-subtitle {
font-size: 16px;
line-height: 20px;
font-weight: 400;
color: #000000;
text-align: center;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-title {
font-size: 20px;
line-height: 24px;
font-weight: 700;
color: #000000;
text-align: center;
margin-bottom: 15px;
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-footer {
&-btn {
width: 80%;
margin: 0 auto;
padding: 15px 0;
align-items: center;
justify-content: center;
color: #fff;
text-align: center;
font-size: 16px;
line-height: 20px;
border-radius: 15px;
background: $main-color;
display: flex;
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&-close {
text-align: center;
font-size: 16px;
line-height: 20px;
font-weight: 400;
color: $main-color;
margin-top: 15px;
}
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
&.active {
transform: translateY(0%);
}
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
@keyframes popUp {
0% {
opacity: 0;
transform: translateY(100%);
}
2022-03-19 09:55:47 +00:00
2021-11-24 12:26:36 +00:00
100% {
opacity: 1;
transform: translateY(0%);
}
}
2022-03-19 09:55:47 +00:00
.comment {
&_header {
&-title {
span {
font-size: 18px;
}
}
}
&_group {
margin-top: 10px;
width: 100%;
flex-direction: column;
align-items: unset;
}
.signOut {
margin-top: 10px;
}
&_user {
&::after {
top: 14px;
}
&-img {
width: 30px;
height: 30px;
font-size: 16px;
margin-right: 5px;
}
&-name {
font-size: 16px;
}
}
&_item {
&-time {
font-size: 12px;
}
}
&_txt {
font-size: 14px;
margin: 10px 0 20px;
}
}
.reg_modal {
&-form {
padding: 30px 0;
}
&-title {
font-size: 18px;
}
&-txt {
font-size: 14px;
margin: 5px 0 15px;
}
&-input {
margin-bottom: 15px;
label {
font-size: 14px;
}
input {
padding: 10px;
font-size: 14px;
}
}
// &-row {
// flex-direction: column;
// justify-content: unset;
// align-items: unset;
// }
&-check {
label {
padding-left: 15px;
font-size: 12px;
&::after,
&::before {
width: 10px;
height: 10px;
}
}
}
.forgot {
font-size: 12px;
// margin-top: 20px;
}
.sign {
font-size: 15px;
padding: 10px 0;
}
.google_sign {
font-size: 15px;
span {
width: 20px;
height: 20px;
}
}
&-signIn {
font-size: 14px;
flex-direction: column;
a {
margin-left: 0;
margin-top: 5px;
}
}
}
}