File manager - Edit - /home/cipherteam/htdocs/cipherteam.in/admin/src/sass/scss/core/_misc.scss
Back
// HTML html{ width: 100%; } // HR hr{ border-color: #a8a8a8; } // Unorder List ul.list-inline{ i{ line-height: 18px; } li{ display: inline-block; } &.list-inline-pipe{ >li+li:before{ content: ' | '; color: #868e96; } } } // Animation .circular { animation: rotate 2s linear infinite; height: 100%; transform-origin: center center; width: 100%; position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; } // path .path { stroke-dasharray: 1, 200; stroke-dashoffset: 0; animation: dash 1.5s ease-in-out infinite, color 2s ease-in-out infinite; stroke-linecap: round; } // Keyframes @keyframes rotate { 100% { transform: rotate(360deg); } } @keyframes dash { 0% { stroke-dasharray: 1, 200; stroke-dashoffset: 0; } 50% { stroke-dasharray: 89, 200; stroke-dashoffset: -35px; } 100% { stroke-dasharray: 89, 200; stroke-dashoffset: -124px; } } @keyframes color { 100%, 0% { stroke: theme-color("primary"); } 50% { stroke: theme-color("warning"); } 100% { stroke: theme-color("primary"); } } /* Animations */ .animation-transition-general{ @include transition($general-transition-time, $transition-linear); } .animation-transition-slow{ @include transition($slow-transition-time, $transition-linear); } .animation-transition-fast{ @include transition($fast-transition-time, $transition-ease); } legend { border-bottom: 0; } // Prevent highlight on mobile * { -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent; &:focus { outline: 0; } } a:focus, a:active, button:active, button:focus, button:hover, button::-moz-focus-inner, input[type="reset"]::-moz-focus-inner, input[type="button"]::-moz-focus-inner, input[type="submit"]::-moz-focus-inner, select::-moz-focus-inner, input[type="file"] > input[type="button"]::-moz-focus-inner { outline : 0 !important; } // Borderless table .table-borderless{ tbody{ tr{ td,th{ border: 0; } } } } // data time datetime .form-group{ margin: 0 } // Round button .btn-round{ border-radius: $border-radius-extreme; } // Fonticon container .fonticon-container{ > .fonticon-wrap{ float: left; width: 60px; height: 60px; line-height: 4.8rem; text-align: center; border-radius: 0.1875rem; margin-right: 1rem; margin-bottom: 1.5rem; > i{ font-size: 2.28rem; &.fa{ font-size: 2.28rem !important; } transition: all .2s ease-in-out; } &.youtube{ width: 100px; } } &:hover{ i{ color: theme-color('info'); font-size: 2.9rem; transform: scale(1.3); } } >.fonticon-classname, >.fonticon-unit{ display: block; font-size: 1.5rem; line-height: 1.2; } >.fonticon-unit{ font-size: 1rem; font-style: italic; } } // Language image .langimg{ width: 30px; margin-right: 5px; } // Notification dropdown .notification-dropdown{ .noti-list{ position: relative; height: 290px; } &.dropdown-menu{ padding: 0; } width: 400px; .noti-text{ color: $gray-600; font-size: 90%; } .dropdown-item:focus, .dropdown-item:hover{ i{ color: theme-color('primary') !important; } } .dropdown-item.active, .dropdown-item:active{ i,.noti-title, .noti-text{ color: white !important; } } } // Navigation item .nav-item{ a{ &#search{ &:after{ display:none; } } } .search{ &.dropdown-menu{ padding: 0.5rem; min-width: 15rem; form .form-control { border: none; color: black; &:focus{ box-shadow: none; } } .navbar-search-close{ cursor: pointer; } .arrow_box_right { &:after { right: -5px !important; } } } } } // Checkbox css .custom-control-input:active ~ .custom-control-indicator { background-color: theme-color('primary'); } // Form Control .form-control{ &:focus{ border-color: theme-color('primary') !important; } } // Drag & drop container .dragdrop-container{ min-height: 200px; } // Content overlay .content-overlay{ top: 0; left: 0; right: 0; bottom: 0; position: absolute; display: block; z-index: 2; visibility: hidden; &.show{ visibility: visible; background-color: rgba(0,0,0,.6); } } // Avatar .avatar { display: inline-block; position: relative; width: 30px; white-space: nowrap; border-radius: 1000px; vertical-align: bottom; img{ width: 100%; max-width: 100%; height: auto; border: 0; border-radius: 1000px; } }
| ver. 1.4 |
Github
|
.
| PHP 8.2.9 | Generation time: 0.06 |
proxy
|
phpinfo
|
Settings