📁 PHP Dosya Yöneticisi
/
/
home
/
demodesigncom
/
takiaksesuar.demodesign.com.tr
/
admin
/
assets
/
css
📝
closed-sidemenu.css
← Geri Dön
/*Color variables*/ /*gradient variables*/ /*border variables*/ /*gray variables*/ /*white variables*/ /*black variables*/ /*shadow variables*/ .app-sidebar .mCSB_draggerContainer { right: -11px !important; } @media (min-width: 768px) { .app.sidenav-toggled .app-content { margin-left: 0; } .app.sidenav-toggled .app-sidebar { left: -250px !important; } .app.sidenav-toggled .app-sidebar__overlay { visibility: hidden; } .app.sidenav-toggled .main-content { margin-left: 0 !important; } .app.sidenav-toggled .side-header { padding-left: 0 !important; } } @media (max-width: 767px) { .app { overflow-x: hidden; } .app .app-sidebar { left: -250px; } .app .app-sidebar__overlay { visibility: hidden; } .app.sidenav-toggled .app-content { margin-left: 0; } .app.sidenav-toggled .app-sidebar { left: 0; } .app.sidenav-toggled .app-sidebar__overlay { visibility: visible; } } .main-sidebar-body { padding: 0; margin-top: 0; } @media (min-width: 992px) { .sidebar-mini.sidenav-toggled .main-sidebar-header .main-logo { display: none; } .sidebar-mini.sidenav-toggled .main-sidebar-header .logo-icon { display: block; height: 2.5rem; } } .app-content { min-height: calc(100vh - 50px); margin-top: 0; margin-bottom: 0 !important; -webkit-transition: margin-left 0.3s ease; -o-transition: margin-left 0.3s ease; transition: margin-left 0.3s ease; } .app-content .side-app { padding: 0px 30px 0 30px; } .footer .container { width: 100%; padding-right: 0.75rem; padding-left: 0.75rem; margin-right: auto; margin-left: auto; } @media (min-width: 768px) { .app-content { margin-left: 250px; } } @media (max-width: 767px) { .app-content { min-width: 100%; } } @media print { .app-content { margin: 0; padding: 0; background-color: #fff; } } .light-text { font-weight: 300 !important; } .semibold-text { font-weight: 600 !important; } .line-head { padding-bottom: 10px; border-bottom: 1px solid #ddd; } /*----- Componant: Top Navigation Bar ----- */ .app-header { position: fixed; left: 0; right: 0; top: 0; width: 100%; display: -webkit-box; display: -ms-flexbox; display: flex; z-index: 999; padding-right: 15px; padding: 5px 0; box-shadow: 0 2px 17px 2px rgba(0, 0, 0, 0.2); border-bottom: 1px solid rgba(255, 255, 255, 0.1); background: #5e2dd8; } @media (min-width: 768px) { .app-header { padding-right: 30px; } } @media print { .app-header { display: none; } } .app-header__logo { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; color: #fff; text-align: center; font-family: 'Niconne'; padding: 0 15px; font-size: 26px; font-weight: 400; line-height: 50px; } .app-header__logo:focus, .app-header__logo:hover { text-decoration: none; } @media (min-width: 768px) { .app-header__logo { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; display: block; width: 230px; } } .app-sidebar__toggle { color: #fff; -webkit-transition: background-color 0.3s ease; -o-transition: background-color 0.3s ease; transition: background-color 0.3s ease; z-index: 1; margin-right: 10px; } .app-sidebar__toggle:hover { color: #fff; } .app-sidebar__toggle:focus, .app-sidebar__toggle:hover { text-decoration: none; } /*@media (max-width: 360px) { .app-sidebar__toggle { line-height: 2; } }*/ @media (max-width: 767px) { .app-sidebar__toggle { -webkit-box-ordinal-group: 0; -ms-flex-order: -1; order: -1; } } .app-nav { display: -webkit-box; display: -ms-flexbox; display: flex; margin-bottom: 0; -webkit-box-pack: end; -ms-flex-pack: end; justify-content: flex-end; } @media (min-width: 768px) { .app-nav { -webkit-box-flex: 1; -ms-flex: 1 0 auto; flex: 1 0 auto; } } .app-nav__item { display: block; padding: 15px; line-height: 20px; color: #a8a8a8; -webkit-transition: background-color 0.3s ease; -o-transition: background-color 0.3s ease; transition: background-color 0.3s ease; } .app-nav__item:hover, .app-nav__item:focus { background: rgba(0, 0, 0, 0.1); color: #f6f6f6; } .app-search { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-item-align: center; align-self: center; margin-right: 15px; padding: 10px 0; } @media (max-width: 480px) { .app-search { display: none; } } .app-search__input { border: 0; padding: 5px 10px; padding-right: 30px; border-radius: 2px; background-color: rgba(255, 255, 255, 0.8); -webkit-transition: background-color 0.3s ease; -o-transition: background-color 0.3s ease; transition: background-color 0.3s ease; } .app-search__input::-webkit-input-placeholder, .app-search__input:-ms-input-placeholder, .app-search__input::-ms-input-placeholder, .app-search__input::placeholder { color: rgba(0, 0, 0, 0.4); } .app-search__button { position: absolute; right: 0; top: 10px; bottom: 10px; padding: 0 10px; border: 0; color: rgba(0, 0, 0, 0.8); background: none; cursor: pointer; } .app-notification { min-width: 270px; } .app-notification__title { padding: 8px 20px; text-align: center; background-color: rgba(0, 150, 136, 0.4); color: #333; } .app-notification__footer { padding: 8px 20px; text-align: center; background-color: #eee; } .app-notification__content { max-height: 220px; overflow-y: auto; } .app-notification__content::-webkit-scrollbar { width: 6px; } .app-notification__content::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.2); } .app-notification__item { display: -webkit-box; display: -ms-flexbox; display: flex; padding: 8px 20px; color: inherit; border-bottom: 1px solid #ddd; -webkit-transition: background-color 0.3s ease; -o-transition: background-color 0.3s ease; transition: background-color 0.3s ease; } .app-notification__item:focus, .app-notification__item:hover { color: inherit; text-decoration: none; background-color: #e0e0e0; } .app-notification__message, .app-notification__meta { margin-bottom: 0; } .app-notification__icon { padding-right: 10px; } .app-notification__message { line-height: 1.2; } .app-sidebar { position: fixed; top: -19px; bottom: 0; left: 0; margin-top: 18px; width: 240px; overflow: auto; z-index: 999; box-shadow: none; -webkit-transition: left 0.3s ease, width 0.3s ease; -o-transition: left 0.3s ease, width 0.3s ease; transition: left 0.3s ease, width 0.3s ease; background: #fff; -webkit-box-shadow: 0px 8px 14.72px 1.28px rgba(4, 5, 6, 0.2); box-shadow: 0px 8px 14.72px 1.28px rgba(4, 5, 6, 0.2); } .app-sidebar:before { content: ''; position: absolute; width: 100%; height: 100%; display: block; } .app-sidebar::-webkit-scrollbar { width: 6px; } .app-sidebar::-webkit-scrollbar-thumb { background: rgba(0, 0, 0, 0.2); } @media print { .app-sidebar { display: none; } } @media (max-width: 767px) { .app-sidebar__overlay { position: fixed; top: 0; left: 0; bottom: 0; right: 0; z-index: 9; } } .app-sidebar__user { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; color: #a8a8a8; width: 100%; display: inline-block; } .app-sidebar__user .dropdown-menu { top: 10px !important; } .app-sidebar__user img { box-shadow: 0 0 25px rgba(255, 255, 255, 0.1); box-shadow: 0px 5px 5px 0px rgba(44, 44, 44, 0.2); } .app-sidebar__user-avatar { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; margin-right: 15px; } .app-sidebar__user-name { font-size: 17px; line-height: 1.3; white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; margin-bottom: 0; overflow: hidden; font-weight: 600; color: #e5e9ec; font-size: 15px; margin-top: 5px !important; } .app-sidebar__user-name.text-sm { font-size: 12px; font-weight: 400; } .app-sidebar__user-designation { white-space: nowrap; overflow: hidden; -o-text-overflow: ellipsis; text-overflow: ellipsis; margin-bottom: 0; overflow: hidden; font-weight: 600; color: #e5e9ec; font-size: 15px; margin-top: 5px !important; } .side-menu { margin-bottom: 0; padding: 0; list-style: none; } .side-menu .slide .side-menu__item { padding: 12px 22px 12px 14px; border-radius: 0 100px 100px 0; margin: 3px 10px 0 0; } .side-menu .slide.active .side-menu__item { background-color: transparent; } .side-menu .slide.active .side-menu__label, .side-menu .slide.active .side-menu__icon { color: #fff; } .side-menu__item { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 0; font-size: 14px; font-weight: 500; -webkit-transition: border-left-color 0.3s ease, background-color 0.3s ease; -o-transition: border-left-color 0.3s ease, background-color 0.3s ease; transition: border-left-color 0.3s ease, background-color 0.3s ease; /* color:$white; */ height: 40px; } .side-menu__item.active, .side-menu__item:hover, .side-menu__item:focus { text-decoration: none; color: #fff; background: linear-gradient(45deg, #f54266, #3858f9); } .side-menu__item.active .angle, .side-menu__item:hover .angle, .side-menu__item:focus .angle { color: #fff; } .app-sidebar .side-menu__item:hover .side-menu__label { color: white; } .side-menu__item.active .side-menu__icon, .side-menu__item:hover .side-menu__icon, .side-menu__item:focus .side-menu__icon { color: #fff; } .slide-item.active, .slide-item:hover, .slide-item:focus { text-decoration: none; color: #b5c1d2; } .header-icons { fill: #fff; } .slide-item.active, .slide-item:hover, .slide-item:focus { text-decoration: none; color: #3858f9 !important; } .slide-menu .sub-slide-menu { padding: 0 23px; } .sub-slide .sub-angle { margin-left: auto; float: right; font-size: 12px; margin-top: 3px; } .slide-menu li { position: relative; } .slide.is-expanded a { color: #4c516d; text-decoration: none; font-size: 0.845rem !important; font-weight: 400; } .slide.is-expanded .angle { color: #fff; } .slide.is-expanded .side-menu__item { background: linear-gradient(45deg, #f54266, #3858f9); } .slide.is-expanded .side-menu__item .side-menu__label, .slide.is-expanded .side-menu__item .side-menu__icon { color: #fff; } .slide.is-expanded .sub-side-menu__item:before { content: "\e933"; font-family: 'feather' !important; position: absolute; top: 9px; left: 21px; font-size: 13px; color: #000; opacity: 1; } .side-menu .side-menu__icon { font-size: 18px; line-height: 0; margin-right: 14px; border-radius: 3px; text-align: center; color: #2d3144; } .side-menu__icon { -webkit-box-flex: 0; -ms-flex: 0 0 auto; flex: 0 0 auto; width: 25px; } .side-menu__label { white-space: nowrap; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; display: -webkit-flex; display: flex; -webkit-align-items: center; align-items: center; white-space: nowrap; color: #2d3144; transition-property: color; -webkit-transition-property: color; position: relative; font-size: 0.875rem; line-height: 1; vertical-align: middle; font-weight: 500; } .slide.is-expanded .slide-menu { max-height: 100vh; } .slide-menu { max-height: 0; overflow: hidden; padding: 0; padding-left: 29px; list-style: none; padding: 0; } .slide-item { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; /* padding: 6px 7px; */ font-size: 14px; height: 32px; padding: 0 0 0 51px; font-weight: 200; } .slide-item .icon { margin-right: 5px; } .angle { -webkit-transform-origin: center; -ms-transform-origin: center; transform-origin: center; -webkit-transition: -webkit-transform 0.3s ease; transition: -webkit-transform 0.3s ease; -o-transition: transform 0.3s ease; transition: transform 0.3s ease; transition: transform 0.3s ease, -webkit-transform 0.3s ease; } @media (max-width: 848px) { .profile-user .p-text { display: none; } } .app.sidenav-toggled .side-menu .side-menu__icon { margin-right: 14px; margin-left: 0; } .app .side-menu_label { display: none; } .dropdown-menu { border-radius: 0; } .dropdown-menu.dropdown-menu-right { left: auto; } .dropdown-item .fa, .dropdown-item .icon { vertical-align: middle; } .app-title { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-direction: row; flex-direction: row; background-color: #fff; margin: -30px -30px 30px; padding: 20px 30px; -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1); } .app-title h1 { margin: 0; font-size: 24px; font-weight: 400; } .app-title p { margin-bottom: 0; font-style: italic; } @media print { .app-title { display: none; } } @media (max-width: 480px) { .app-title { margin: -15px -15px 15px; padding: 20px; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; -webkit-box-align: start; -ms-flex-align: start; align-items: flex-start; } } @media (max-width: 480px) { .app-title p { display: none; } } .app-breadcrumb { margin-bottom: 0; text-align: right; font-weight: 500; font-size: 13px; text-transform: capitalize; padding: 0; text-align: left; padding: 0; background-color: transparent; } @media (max-width: 480px) { .app-breadcrumb { margin-top: 10px; } } .tile { position: relative; background: #fff; border-radius: 3px; padding: 20px; -webkit-box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2); margin-bottom: 30px; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } @media print { .tile { border: 1px solid #ddd; } } .sidenav-toggled .app-sidebar__user .avatar-md { line-height: 2rem; font-size: 1rem; } .app-sidebar .mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar { background: rgba(0, 0, 0, 0.05); } .app-sidebar .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar, .app-sidebar .mCSB_scrollTools .mCSB_draggerRail { background: rgba(255, 255, 255, 0.2); } .sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge { position: absolute; top: 5px; left: 57px; display: block !important; padding: 3px 5px !important; } .sidenav-toggled .main-wrapper .side-menu .side-menu__item .nav-badge1 { display: none; } .nav-badge { border-radius: 30px; padding: 0.4em 0.6em; font-size: 12px; } .user-info .text-dark { color: #031b4e !important; font-weight: 600; font-size: 14px; margin-top: 13px; } .user-info .text-muted { color: rgba(255, 255, 255, 0.4) !important; } .side-header .header-brand1 { text-align: center; display: table; } .side-header .header-brand-img.desktop-logo { max-height: 2.5rem; text-align: center; display: block; margin-right: 0; } .sidenav-toggled .app-sidebar .side-header .header-brand-img.desktop-logo, .side-header .header-brand-img.toggle-logo { display: none; } .sidenav-toggled .app-sidebar .side-header .header-brand-img.toggle-logo { display: none; margin-right: 0; } .sidenav-toggled .user-pic { margin-bottom: 0; } .side-header { display: flex; border-bottom: 1px solid rgba(255, 255, 255, 0.1); padding: 21px 10px; -webkit-transition: left 0.3s ease, width 0.3s ease; -o-transition: left 0.3s ease, width 0.3s ease; transition: left 0.3s ease, width 0.3s ease; } .sidenav-toggled .app-sidebar__toggle { display: block; } .user-pic { margin-bottom: 0.8rem; } .sidebar-navs a { background: rgba(234, 235, 240, 0.2); border: 1px solid #e0e0f3 !important; color: #747684 !important; border-radius: 50%; padding: 0.4rem 0.6rem !important; } .app-sidebar .sidebar-navs { padding: 0 10px 10px 10px; border-bottom: 1px solid rgba(255, 255, 255, 0.1); } .sidebar-navs .nav li:last-child a { margin-right: 0 !important; } .side-menu h3 { color: #7c808a; margin-bottom: 0; text-transform: uppercase; font-size: 10px; font-weight: 500; letter-spacing: .5px; padding: 7px 38px; border-radius: 1px; margin-top: 1.1rem; position: relative; margin-bottom: 0.6rem; } .side-menu h3:after { content: "--"; position: absolute; left: 17px; top: 7px; } .sidenav-toggled .side-menu h3 { display: none; } .slide.is-expanded .slide-menu { position: relative; margin: 10px 0; max-height: 200vh; } /*-- Sub-slide--**/ .sub-slide { position: relative; } .sub-side-menu__item { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 7px 0; font-size: 14px; } .sub-side-menu__label { white-space: nowrap; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; font-weight: 400; } .sub-slide .sub-angle { transform-origin: center; } .sub-slide.is-expanded .sub-angle { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .sub-slide-menu { list-style: none; padding: 0; } .sub-slide-item { display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; list-style: none; height: 30px; padding: 0 0 0 25px !important; } .sub-slide-menu { max-height: 0; overflow: hidden; -webkit-transition: max-height 0.9s ease; -o-transition: max-height 0.9s ease; transition: max-height 0.9s ease; padding: 0; font-size: .8rem !important; padding-left: 0; list-style: none; } .sub-slide.is-expanded .sub-slide-menu { max-height: 100vh; -webkit-transition: max-height 2s ease; -o-transition: max-height 2s ease; transition: max-height 2s ease; } .sub-slide.is-expanded .sub-side-menu__item { color: #6d6ef3; } .slide-menu .sub-slide.is-expanded { max-height: 100vh; -webkit-transition: max-height 2s ease; -o-transition: max-height 2s ease; transition: max-height 2s ease; } .sub-side-menu__item { padding-left: 45px !important; padding-right: 20px !important; height: 30px !important; } .sub-slide-item { padding-left: 42px !important; height: 28px !important; } .app-sidebar .side-menu__item.active:hover { color: #474579 !important; } .app-sidebar .slide.active .side-menu__icon, .app-sidebar .slide.is-expanded .side-menu__icon { fill: #474579 !important; } .app-sidebar .slide.active .side-menu__icon { fill: #474579 !important; } .app-sidebar .slide.active .side-menu__item { color: #474579 !important; } .side-menu .slid.active .sub-slide.is-expanded .sub-slide-menu { max-height: 0; } .app-sidebar__toggle .close-toggle, .sidebar-mini.sidenav-toggled .open-toggle { display: none; } .header-icon { text-align: center; line-height: 40px; width: 34px; height: 34px; border-radius: 4px; text-align: center; line-height: 2.2; font-size: 1.2rem; color: #000; } .sidebar-mini.sidenav-toggled .close-toggle { display: block; } .sidenav-toggled .app-content { transition: margin-left 0.3s ease; } .sub-slide-menu .active .sub-slide-item.active { color: #3858f9; } /*-- Sub-slide--**/ .sub-slide { position: relative; } .sub-side-menu__item { position: relative; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; padding: 7px 0; font-size: 0.83rem !important; color: #aeafc0; } .sub-side-menu__label { white-space: nowrap; -webkit-box-flex: 1; -ms-flex: 1 1 auto; flex: 1 1 auto; font-weight: 400; } .sub-slide .sub-angle { transform-origin: center; } .sub-slide.is-expanded .sub-angle { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); transform: rotate(180deg); } .sub-slide-menu { list-style: none; padding: 0; } .sub-slide-menu .active .sub-slide-item.active { border-color: #3858f9; } .sub-slide-menu .active .sub-slide-item.active:before { content: "\e933"; margin-right: 8px; position: absolute; font-family: 'feather' !important; opacity: 0.6; left: 21px; } .sub-slide-item { display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; position: relative; list-style: none; height: 30px; padding: 0 0 0 25px !important; } .sub-slide-menu { max-height: 0; overflow: hidden; -webkit-transition: max-height 0.9s ease; -o-transition: max-height 0.9s ease; transition: max-height 0.9s ease; padding: 0; font-size: .8rem !important; padding-left: 0; list-style: none; } .sub-slide.is-expanded .sub-slide-menu { max-height: 100vh; -webkit-transition: max-height 2s ease; -o-transition: max-height 2s ease; transition: max-height 2s ease; } .sub-slide.is-expanded .sub-side-menu__item { color: #3858f9; } .slide-menu .sub-slide.active.is-expanded { background: rgba(255, 255, 255, 0.09); } .sub-slide.is-expanded .sub-slide-menu li:last-child { padding-bottom: 10px; } .slide-menu .sub-slide.is-expanded { max-height: 100vh; -webkit-transition: max-height 2s ease; -o-transition: max-height 2s ease; transition: max-height 2s ease; } .sub-side-menu__item { padding-left: 52px !important; padding-right: 20px !important; height: 30px !important; } .sub-slide-item { padding-left: 60px !important; height: 28px !important; padding: 19px 0 19px 47px !important; } .app-sidebar .side-menu__item.active:hover { color: #3858f9 !important; } .app-sidebar .slide.active .side-menu__item { color: #fff; font-weight: 500; border-top: 0; background: linear-gradient(45deg, #f54266, #3858f9); box-shadow: 0 6px 14px 2px rgba(0, 0, 0, 0.1); border-radius: 0 100px 100px 0; } .side-menu .slid.active .sub-slide.is-expanded .sub-slide-menu { max-height: 0; } .side-menu .leftmenu-icon { font-size: 16px; line-height: 1; padding: 6px; display: flex; align-items: center; justify-content: center; } .sub-side-menu__item:before { content: "\e92f"; margin-right: 8px; position: absolute; font-family: 'feather' !important; opacity: 0.6; left: 18px; } .side-menu__item .side-menu__icon.ti { line-height: 1.69; font-size: 1.35rem; line-height: 13px; width: 40px; height: 20px; margin: 0 auto; text-align: center; margin-right: 6px; } .leftmenu-icon { font-size: 16px; line-height: 1; padding: 6px; display: flex; align-items: center; justify-content: center; } .angle { color: #000; } .side-badge { right: 21px; position: absolute; padding: 2px 4px 4px !important; } .slide.active .angle { color: #fff; } .slide-menu .slide-item:before { content: "\e933"; font-family: 'feather' !important; position: absolute; top: 9px; left: 21px; font-size: 13px; color: #000; opacity: 1; } .sidebar-mini.sidenav-toggled .side-menu__item .side-menu__icon.ti { line-height: 21px; } .slide.active .side-menu__item .side-menu__icon.ti { line-height: 20px; } .slide-menu li a { padding: 19px 10px 19px 52px; } .side-menu .slide { position: relative; padding: 0; border-bottom: 1px dotted #ecedf2; } .side-menu__item.active .side-menu__label, .side-menu__item:hover .side-menu__label, .side-menu__item:focus .side-menu__label { color: #fff !important; } /*# sourceMappingURL=closed-sidemenu.css.map */
💾 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