📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
adisyonscripti.demodesign.com.tr
/
admin
/
assets
/
scss
/
base
📝
_reset.scss
← Geri Dön
@import "../abstracts/maps"; @import "./../vendor/animate/animate.min.css"; @import "./../vendor/aos/css/aos.min.css"; @import "./../vendor/perfect-scrollbar/css/perfect-scrollbar.css"; @import "./../vendor/metismenu/css/metisMenu.min.css"; * { outline: none; padding: 0; &::after { margin: 0; padding: 0; } &::before { margin: 0; padding: 0; } } body { overflow-x: hidden; height: 100%; position: relative; max-width: 100%; font-size:1rem; @include respond('tab-port') { font-size:0.875rem; } // &::after { // content: ""; // height: 500px; // width: 100%; // left: 0; // top: 0; // background-image: url('./../images/body/1.jpg'); // background-repeat: no-repeat; // background-size: cover; // background-position: 0; // background-attachment: fixed; // position: absolute; // z-index: -10; // } // &::before { // content: ""; // height: 300px; // top: 0; // left: 0; // width: 100%; // position: fixed; // z-index: -9; // background: $primary; // // background-image: url('../images/body/12.jpg'); // } } p { line-height: 1.8; } .box-shadow-none { box-shadow: none!important; } #main-wrapper { opacity: 0; transition: all 0.25s ease-in; overflow: hidden; position: relative; // background: $body-bg; &.show { opacity: 1; } } .rounded-lg{ border-radius:$radius; } .rounded-xl{ border-radius:12px !important; } ul { padding: 0; margin: 0; } li { list-style: none; } a { color: $body-color; &:hover, &:focus, &.active { text-decoration: none; } } .btn-link{ &:hover, &:focus, &.active{ text-decoration:none; } } .w-space-no{ white-space:nowrap; } // .content-body { // .container-fluid { // padding: 0 30px 0; // @include media-breakpoint-down(sm) { // padding: 0 1.5rem 0; // padding: 0 0.9375rem 0; // } // } // } .content-body { .container { margin-top: 40px; } .container-fluid { padding-top: 40px; padding-right: 40px; padding-left: 40px; @include custommq($max: 1600px) { padding-top: 30px; padding-right: 30px; padding-left: 30px; } @include custommq($max: 767px) { padding-top: 20px; padding-right: 20px; padding-left: 20px; } @include custommq($max: 575px) { padding-top: 15px; padding-right: 15px; padding-left: 15px; } } } .content-heading { font-size: 16px; margin-bottom: 1.875rem; margin-top: 3.125rem; border-bottom: 1px solid $border; padding-bottom: 10px; @at-root [direction="rtl"] #{&} { text-align: right; } } //change bootstrap default button behaviour on :focus:active 😢 .btn { &-primary { &:not(:disabled):not(.disabled) { &:active, &.active { &:focus { box-shadow: none; } } } } } .op1{opacity:0.1;} .op2{opacity:0.2;} .op3{opacity:0.3;} .op4{opacity:0.4;} .op5{opacity:0.5;} .op6{opacity:0.6;} .op7{opacity:0.7;} .op8{opacity:0.8;} .op9{opacity:0.9;} // Support ticket btn .support-ticket { position: fixed; bottom: 30px; right: 15px; z-index: 999999; } .support-ticket-btn { width: 100px; background: #7CB442; animation: 0.7s ease-in-out 0s infinite alternate none running crescendo; border-radius: 50px; color: #fff; font-size: 8px; font-size: 16px; padding: 5px 10px 7px; text-align: center; display: inline-block; box-shadow: rgba(124, 180, 66, 0.7) 0px 8px 35px 0px; &:hover, &:focus { color: #fff; } } .text-blue { color:$blue ;} .text-indigo{ color:$indigo;} .text-purple{ color:$purple;} .text-pink { color:$pink ;} .text-red { color:$red ;} .text-orange{ color:$orange;} .text-yellow{ color:$yellow;} .text-green { color:$green ;} .text-teal { color:$teal ;} .text-cyan { color:$cyan ;} .bg-gray-dark{ background:$color_pallate_2 !important; } .bg-purpal{ background:$color_pallate_4 !important; } .bg-red{ background:$color_pallate_5 !important; } .bg-blue-dark{ background:$color_pallate_6 !important; } .bg-blue{ background:$color_pallate_7 !important; } .bg-blue-light{ background:$color_pallate_8 !important; } .bg-green-light{ background:$color_pallate_9 !important; } .bg-green{ background:$color_pallate_10 !important; } .bg-black{ background:$black; } .text-black{ color:$black !important; } .dz-scroll{ position:relative; } .h-auto{ height:auto !important; } .list-inline li{ display:inline-block; } .fs-12{font-size:12px !important; line-height:1.5; } .fs-13{font-size:13px !important; line-height:1.5; } .fs-14{font-size:14px !important; line-height:1.5; } .fs-15{font-size:14px !important; line-height:1.5; } .fs-16{font-size:16px !important; line-height:1.5; } .fs-18{font-size:18px !important; line-height:1.5; } .fs-20{font-size:20px !important; line-height:1.5; } .fs-22{font-size:22px !important; line-height:1.5; } .fs-24{font-size:24px !important; line-height:1.4; } .fs-26{font-size:26px !important; line-height:1.4; } .fs-28{font-size:28px !important; line-height:1.4; } .fs-32{font-size:32px !important; line-height:1.25; } .fs-35{font-size:35px !important; line-height:1.25; } .font-w100{font-weight:100;} .font-w200{font-weight:200;} .font-w300{font-weight:300;} .font-w400{font-weight:400;} .font-w500{font-weight:500;} .font-w600{font-weight:600;} .font-w700{font-weight:700;} .font-w800{font-weight:800;} .font-w900{font-weight:900;} // Scale .scale1{ transform:scale(1.1); -moz-transform:scale(1.1); -webkit-transform:scale(1.1); -ms-transform:scale(1.1); -o-transform:scale(1.1); display:inline-block; } .scale2{ transform:scale(1.2); -moz-transform:scale(1.2); -webkit-transform:scale(1.2); -ms-transform:scale(1.2); -o-transform:scale(1.2); display:inline-block; } .scale3{ transform:scale(1.3); -moz-transform:scale(1.3); -webkit-transform:scale(1.3); -ms-transform:scale(1.3); -o-transform:scale(1.3); display:inline-block; } .scale4{ transform:scale(1.4); -moz-transform:scale(1.4); -webkit-transform:scale(1.4); -ms-transform:scale(1.4); -o-transform:scale(1.4); display:inline-block; } .scale5{ transform:scale(1.5); -moz-transform:scale(1.5); -webkit-transform:scale(1.5); -ms-transform:scale(1.5); -o-transform:scale(1.5); display:inline-block; } // @keyframes crescendo { // 0% {transform: scale(.8);} // 50% {transform: scale(1);} // } @-webkit-keyframes crescendo { from { -webkit-transform: translateY(5px) scale(.8); -ms-transform: translateY(5px) scale(.8); transform: translateY(5px) scale(.8); } to { -webkit-transform: translateY(0px) scale(1); -ms-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); } } @keyframes gXGDoR { from { -webkit-transform: translateY(5px) scale(.8); -ms-transform: translateY(5px) scale(.8); transform: translateY(5px) scale(.8); } to { -webkit-transform: translateY(0px) scale(1); -ms-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); } } @keyframes crescendo { from { -webkit-transform: translateY(5px) scale(.8); -ms-transform: translateY(5px) scale(.8); transform: translateY(5px) scale(.8); } to { -webkit-transform: translateY(0px) scale(1); -ms-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); } } @keyframes gXGDoR { from { -webkit-transform: translateY(5px) scale(.8); -ms-transform: translateY(5px) scale(.8); transform: translateY(5px) scale(.8); } to { -webkit-transform: translateY(0px) scale(1); -ms-transform: translateY(0px) scale(1); transform: translateY(0px) scale(1); } }
💾 Kaydet
İptal
📝 Yeniden Adlandır
İptal
Kaydet
🔐 Dosya İzinleri (chmod)
İzin Değeri:
Hızlı Seçim:
777
755
644
600
777
= Herkes okur/yazar/çalıştırır
755
= Sahip tam, diğerleri okur/çalıştırır
644
= Sahip okur/yazar, diğerleri okur
600
= Sadece sahip okur/yazar
İptal
Uygula