Finalize .links-to-documents
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
@use "variables.scss";
|
||||
@use "overflow";
|
||||
|
||||
@mixin footer_overflow {
|
||||
@media screen and (max-width: variables.$footer_overflow) {
|
||||
@@ -58,4 +59,16 @@
|
||||
@media screen and (max-width: variables.$aydinlatma_documents_fix2) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin mx_kamera_sec-links-to-documents {
|
||||
@media screen and (max-width: overflow.$kamera_sec_links-to-documents) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
|
||||
@mixin mx_kamera_sec-links-to-documents2 {
|
||||
@media screen and (max-width: overflow.$kamera_sec_links-to-documents2) {
|
||||
@content;
|
||||
}
|
||||
}
|
||||
54
resources/css/views/kamera.scss
Normal file
54
resources/css/views/kamera.scss
Normal file
@@ -0,0 +1,54 @@
|
||||
@use "../variables";
|
||||
@use "../mixins";
|
||||
|
||||
.sec-links-to-documents {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
background: variables.$clr_brand_gradient;
|
||||
|
||||
h1 {
|
||||
font: 500 32px "Montserrat", sans-serif;
|
||||
|
||||
a {
|
||||
background: variables.$cg_drawer_navitem;
|
||||
-webkit-background-clip: text;
|
||||
//noinspection CssInvalidPropertyValue
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
font: 700 33px "Montserrat", sans-serif;
|
||||
|
||||
&:hover {
|
||||
color: black;
|
||||
}
|
||||
|
||||
&:active {
|
||||
background: variables.$cg_drawer_navitem2;
|
||||
-webkit-background-clip: text;
|
||||
//noinspection CssInvalidPropertyValue
|
||||
background-clip: text;
|
||||
color: transparent;
|
||||
}
|
||||
}
|
||||
|
||||
&:first-of-type {
|
||||
margin: 0 0 2.5vh 0;
|
||||
}
|
||||
|
||||
@include mixins.mx_kamera_sec-links-to-documents {
|
||||
font-size: 22px;
|
||||
|
||||
a {
|
||||
font-size: 23px;
|
||||
}
|
||||
}
|
||||
|
||||
@include mixins.mx_kamera_sec-links-to-documents2 {
|
||||
font-size: 12px;
|
||||
|
||||
a {
|
||||
font-size: 13px;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user