░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/app/stylesheets/pages/quiz_statistics/components
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: _ic_spinner.scss
/* * Copyright (C) 2014 - present Instructure, Inc. * * This file is part of Canvas. * * Canvas is free software: you can redistribute it and/or modify it under * the terms of the GNU Affero General Public License as published by the Free * Software Foundation, version 3 of the License. * * Canvas is distributed in the hope that it will be useful, but WITHOUT ANY * WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR * A PARTICULAR PURPOSE. See the GNU Affero General Public License for more * details. * * You should have received a copy of the GNU Affero General Public License along * with this program. If not, see <http://www.gnu.org/licenses/>. */ /** * Courtesy of http://tobiasahlin.com/spinkit/ */ .ic-Spinner { display: inline-block; vertical-align: middle; margin-left: $whitespace; margin-top: -6px; height: 38px; & > div { background-color: $highlightColor; height: 100%; width: 10px; margin-right: 1px; display: inline-block; -webkit-animation: ic-Spinner__stretchdelay 1.2s infinite ease-in-out; animation: ic-Spinner__stretchdelay 1.2s infinite ease-in-out; } .rect2 { -webkit-animation-delay: -1.1s; animation-delay: -1.1s; } .rect3 { -webkit-animation-delay: -1.0s; animation-delay: -1.0s; } .rect4 { -webkit-animation-delay: -0.9s; animation-delay: -0.9s; } .rect5 { -webkit-animation-delay: -0.8s; animation-delay: -0.8s; } } @-webkit-keyframes ic-Spinner__stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); } 20% { -webkit-transform: scaleY(1.0); transform: scaleY(1.0); } } @keyframes ic-Spinner__stretchdelay { 0%, 40%, 100% { -webkit-transform: scaleY(0.4); transform: scaleY(0.4); } 20% { -webkit-transform: scaleY(1.0); transform: scaleY(1.0); } }
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📄 _ic_spinner.scss
SCSS
1.9 KB
2023-09-24 03:36
EDIT