Finalize .links-to-documents

This commit is contained in:
Ferit Yiğit BALABAN
2022-07-22 00:44:19 +03:00
parent 9e7ee1d8a7
commit 3544972bcb
3 changed files with 70 additions and 3 deletions

View File

@@ -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;
}
}