liquid_feedback_frontend
annotate style/mdl/material-design-lite.scss @ 1544:a0b791073159
Backout of changes on auth filter
| author | bsw | 
|---|---|
| date | Tue Oct 20 18:15:13 2020 +0200 (2020-10-20) | 
| parents | 32cc544d5a5b | 
| children | 
| rev | line source | 
|---|---|
| bsw/jbe@1309 | 1 /** | 
| bsw/jbe@1309 | 2 * Copyright 2015 Google Inc. All Rights Reserved. | 
| bsw/jbe@1309 | 3 * | 
| bsw/jbe@1309 | 4 * Licensed under the Apache License, Version 2.0 (the "License"); | 
| bsw/jbe@1309 | 5 * you may not use this file except in compliance with the License. | 
| bsw/jbe@1309 | 6 * You may obtain a copy of the License at | 
| bsw/jbe@1309 | 7 * | 
| bsw/jbe@1309 | 8 * http://www.apache.org/licenses/LICENSE-2.0 | 
| bsw/jbe@1309 | 9 * | 
| bsw/jbe@1309 | 10 * Unless required by applicable law or agreed to in writing, software | 
| bsw/jbe@1309 | 11 * distributed under the License is distributed on an "AS IS" BASIS, | 
| bsw/jbe@1309 | 12 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. | 
| bsw/jbe@1309 | 13 * See the License for the specific language governing permissions and | 
| bsw/jbe@1309 | 14 * limitations under the License. | 
| bsw/jbe@1309 | 15 */ | 
| bsw/jbe@1309 | 16 | 
| bsw/jbe@1309 | 17 /* Material Design Lite */ | 
| bsw/jbe@1309 | 18 | 
| bsw/jbe@1309 | 19 // Variables and mixins | 
| bsw/jbe@1309 | 20 @import "variables"; | 
| bsw/jbe@1309 | 21 @import "mixins"; | 
| bsw/jbe@1309 | 22 | 
| bsw/jbe@1309 | 23 // Resets and dependencies | 
| bsw/jbe@1309 | 24 @import "resets/resets"; | 
| bsw/jbe@1309 | 25 @import "typography/typography"; | 
| bsw/jbe@1309 | 26 | 
| bsw/jbe@1309 | 27 // Components | 
| bsw/jbe@1309 | 28 @import "palette/palette"; | 
| bsw/jbe@1309 | 29 @import "ripple/ripple"; | 
| bsw/jbe@1309 | 30 @import "animation/animation"; | 
| bsw/jbe@1309 | 31 @import "badge/badge"; | 
| bsw/jbe@1309 | 32 @import "button/button"; | 
| bsw/jbe@1309 | 33 @import "card/card"; | 
| bsw/jbe@1309 | 34 @import "checkbox/checkbox"; | 
| bsw/jbe@1309 | 35 @import "chip/chip"; | 
| bsw/jbe@1309 | 36 @import "data-table/data-table"; | 
| bsw/jbe@1309 | 37 @import "dialog/dialog"; | 
| bsw/jbe@1309 | 38 @import "footer/mega_footer"; | 
| bsw/jbe@1309 | 39 @import "footer/mini_footer"; | 
| bsw/jbe@1309 | 40 @import "icon-toggle/icon-toggle"; | 
| bsw/jbe@1309 | 41 @import "list/list"; | 
| bsw/jbe@1309 | 42 @import "menu/menu"; | 
| bsw/jbe@1309 | 43 @import "progress/progress"; | 
| bsw/jbe@1309 | 44 @import "layout/layout"; | 
| bsw/jbe@1309 | 45 @import "radio/radio"; | 
| bsw/jbe@1309 | 46 @import "slider/slider"; | 
| bsw/jbe@1309 | 47 @import "snackbar/snackbar"; | 
| bsw/jbe@1309 | 48 @import "spinner/spinner"; | 
| bsw/jbe@1309 | 49 @import "switch/switch"; | 
| bsw/jbe@1309 | 50 @import "tabs/tabs"; | 
| bsw/jbe@1309 | 51 @import "textfield/textfield"; | 
| bsw/jbe@1309 | 52 @import "tooltip/tooltip"; | 
| bsw/jbe@1309 | 53 @import "shadow/shadow"; | 
| bsw/jbe@1309 | 54 @import "grid/grid"; |