mirror of
https://github.com/k3s-io/kubernetes.git
synced 2026-01-05 15:37:24 +00:00
add bower components to third party
This commit is contained in:
5
third_party/ui/bower_components/angular-material/modules/js/whiteframe/bower.json
vendored
Normal file
5
third_party/ui/bower_components/angular-material/modules/js/whiteframe/bower.json
vendored
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"name": "angular-material-whiteframe",
|
||||
"version": "0.7.0-rc3",
|
||||
"dependencies": {}
|
||||
}
|
||||
20
third_party/ui/bower_components/angular-material/modules/js/whiteframe/whiteframe.css
vendored
Normal file
20
third_party/ui/bower_components/angular-material/modules/js/whiteframe/whiteframe.css
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
/*!
|
||||
* Angular Material Design
|
||||
* https://github.com/angular/material
|
||||
* @license MIT
|
||||
* v0.7.0-rc3
|
||||
*/
|
||||
.md-whiteframe-z1 {
|
||||
box-shadow: 0px 2px 5px 0 rgba(0, 0, 0, 0.26); }
|
||||
|
||||
.md-whiteframe-z2 {
|
||||
box-shadow: 0px 8px 17px rgba(0, 0, 0, 0.2); }
|
||||
|
||||
.md-whiteframe-z3 {
|
||||
box-shadow: 0px 17px 50px rgba(0, 0, 0, 0.19); }
|
||||
|
||||
.md-whiteframe-z4 {
|
||||
box-shadow: 0px 16px 28px 0 rgba(0, 0, 0, 0.22); }
|
||||
|
||||
.md-whiteframe-z5 {
|
||||
box-shadow: 0px 27px 24px 0 rgba(0, 0, 0, 0.2); }
|
||||
15
third_party/ui/bower_components/angular-material/modules/js/whiteframe/whiteframe.js
vendored
Normal file
15
third_party/ui/bower_components/angular-material/modules/js/whiteframe/whiteframe.js
vendored
Normal file
@@ -0,0 +1,15 @@
|
||||
/*!
|
||||
* Angular Material Design
|
||||
* https://github.com/angular/material
|
||||
* @license MIT
|
||||
* v0.7.0-rc3
|
||||
*/
|
||||
(function() {
|
||||
'use strict';
|
||||
|
||||
/**
|
||||
* @ngdoc module
|
||||
* @name material.components.whiteframe
|
||||
*/
|
||||
angular.module('material.components.whiteframe', []);
|
||||
})();
|
||||
6
third_party/ui/bower_components/angular-material/modules/js/whiteframe/whiteframe.min.css
vendored
Normal file
6
third_party/ui/bower_components/angular-material/modules/js/whiteframe/whiteframe.min.css
vendored
Normal file
@@ -0,0 +1,6 @@
|
||||
/*!
|
||||
* Angular Material Design
|
||||
* https://github.com/angular/material
|
||||
* @license MIT
|
||||
* v0.7.0-rc3
|
||||
*/.md-whiteframe-z1{box-shadow:0 2px 5px 0 rgba(0,0,0,.26)}.md-whiteframe-z2{box-shadow:0 8px 17px rgba(0,0,0,.2)}.md-whiteframe-z3{box-shadow:0 17px 50px rgba(0,0,0,.19)}.md-whiteframe-z4{box-shadow:0 16px 28px 0 rgba(0,0,0,.22)}.md-whiteframe-z5{box-shadow:0 27px 24px 0 rgba(0,0,0,.2)}
|
||||
7
third_party/ui/bower_components/angular-material/modules/js/whiteframe/whiteframe.min.js
vendored
Normal file
7
third_party/ui/bower_components/angular-material/modules/js/whiteframe/whiteframe.min.js
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
/*!
|
||||
* Angular Material Design
|
||||
* https://github.com/angular/material
|
||||
* @license MIT
|
||||
* v0.7.0-rc3
|
||||
*/
|
||||
!function(){"use strict";angular.module("material.components.whiteframe",[])}();
|
||||
Reference in New Issue
Block a user