changes
This commit is contained in:
parent
47496d8ce2
commit
f25948025d
|
|
@ -74,14 +74,17 @@
|
|||
}
|
||||
}
|
||||
&-card {
|
||||
position: unset;
|
||||
width: 100%;
|
||||
border: none;
|
||||
top: 150px;
|
||||
left: 10px;
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
&-column {
|
||||
margin: 0 10px;
|
||||
width: calc(50% - 30px);
|
||||
padding: 0 15px;
|
||||
.card {
|
||||
padding: 15px 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
@ -115,9 +118,7 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
.card {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.partner {
|
||||
&__title {
|
||||
margin-bottom: 40px;
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
.subheader {
|
||||
background: $text-light-black;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
.close {
|
||||
display: none;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -183,7 +183,7 @@
|
|||
}
|
||||
}
|
||||
&-card {
|
||||
margin: -200px 30px 0 30px;
|
||||
margin: -100px 30px 0 30px;
|
||||
border: 1px solid #dcdcdc;
|
||||
.card {
|
||||
border-bottom: 1px solid #dcdcdc;
|
||||
|
|
@ -337,10 +337,10 @@
|
|||
}
|
||||
&-card {
|
||||
position: absolute;
|
||||
bottom: -30px;
|
||||
top: 400px;
|
||||
left: 30px;
|
||||
width: calc(100% - 60px);
|
||||
border: 1px solid #707070;
|
||||
border: 1px solid #DCDCDC;
|
||||
}
|
||||
&-column {
|
||||
width: calc(50% - 100px);
|
||||
|
|
|
|||
|
|
@ -223,7 +223,7 @@ li {
|
|||
.subheader {
|
||||
background: #242424;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
z-index: 2;
|
||||
}
|
||||
.subheader .close {
|
||||
display: none;
|
||||
|
|
@ -1352,7 +1352,7 @@ li {
|
|||
display: block;
|
||||
}
|
||||
.main__body-card {
|
||||
margin: -200px 30px 0 30px;
|
||||
margin: -100px 30px 0 30px;
|
||||
border: 1px solid #dcdcdc;
|
||||
}
|
||||
.main__body-card .card {
|
||||
|
|
@ -1510,10 +1510,10 @@ li {
|
|||
}
|
||||
.event__body-card {
|
||||
position: absolute;
|
||||
bottom: -30px;
|
||||
top: 400px;
|
||||
left: 30px;
|
||||
width: calc(100% - 60px);
|
||||
border: 1px solid #707070;
|
||||
border: 1px solid #DCDCDC;
|
||||
}
|
||||
.event__body-column {
|
||||
width: calc(50% - 100px);
|
||||
|
|
@ -2044,15 +2044,18 @@ li {
|
|||
height: 200px;
|
||||
}
|
||||
.event__body-card {
|
||||
position: unset;
|
||||
width: 100%;
|
||||
border: none;
|
||||
top: 150px;
|
||||
left: 10px;
|
||||
width: calc(100% - 20px);
|
||||
}
|
||||
.event__body-column {
|
||||
margin: 0 10px;
|
||||
width: calc(50% - 30px);
|
||||
padding: 0 15px;
|
||||
}
|
||||
.event__body-column .card {
|
||||
padding: 15px 0;
|
||||
}
|
||||
|
||||
.main__body-header {
|
||||
margin-bottom: 40px;
|
||||
|
|
@ -2077,10 +2080,6 @@ li {
|
|||
font-size: 12px;
|
||||
}
|
||||
|
||||
.card {
|
||||
padding: 15px;
|
||||
}
|
||||
|
||||
.partner__title {
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue