liquid_feedback_frontend
diff style/mdl/material-design-lite.scss @ 1309:32cc544d5a5b
Cumulative patch for upcoming frontend version 4
author | bsw/jbe |
---|---|
date | Sun Jul 15 14:07:29 2018 +0200 (2018-07-15) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/style/mdl/material-design-lite.scss Sun Jul 15 14:07:29 2018 +0200 1.3 @@ -0,0 +1,54 @@ 1.4 +/** 1.5 + * Copyright 2015 Google Inc. All Rights Reserved. 1.6 + * 1.7 + * Licensed under the Apache License, Version 2.0 (the "License"); 1.8 + * you may not use this file except in compliance with the License. 1.9 + * You may obtain a copy of the License at 1.10 + * 1.11 + * http://www.apache.org/licenses/LICENSE-2.0 1.12 + * 1.13 + * Unless required by applicable law or agreed to in writing, software 1.14 + * distributed under the License is distributed on an "AS IS" BASIS, 1.15 + * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 1.16 + * See the License for the specific language governing permissions and 1.17 + * limitations under the License. 1.18 + */ 1.19 + 1.20 +/* Material Design Lite */ 1.21 + 1.22 +// Variables and mixins 1.23 +@import "variables"; 1.24 +@import "mixins"; 1.25 + 1.26 +// Resets and dependencies 1.27 +@import "resets/resets"; 1.28 +@import "typography/typography"; 1.29 + 1.30 +// Components 1.31 +@import "palette/palette"; 1.32 +@import "ripple/ripple"; 1.33 +@import "animation/animation"; 1.34 +@import "badge/badge"; 1.35 +@import "button/button"; 1.36 +@import "card/card"; 1.37 +@import "checkbox/checkbox"; 1.38 +@import "chip/chip"; 1.39 +@import "data-table/data-table"; 1.40 +@import "dialog/dialog"; 1.41 +@import "footer/mega_footer"; 1.42 +@import "footer/mini_footer"; 1.43 +@import "icon-toggle/icon-toggle"; 1.44 +@import "list/list"; 1.45 +@import "menu/menu"; 1.46 +@import "progress/progress"; 1.47 +@import "layout/layout"; 1.48 +@import "radio/radio"; 1.49 +@import "slider/slider"; 1.50 +@import "snackbar/snackbar"; 1.51 +@import "spinner/spinner"; 1.52 +@import "switch/switch"; 1.53 +@import "tabs/tabs"; 1.54 +@import "textfield/textfield"; 1.55 +@import "tooltip/tooltip"; 1.56 +@import "shadow/shadow"; 1.57 +@import "grid/grid";