misc: declare charset of scss files (#34940)

This commit is contained in:
Frédéric Péters 2019-07-18 14:21:49 +02:00
parent b2dcd94a54
commit f90815fdf9
9 changed files with 18 additions and 0 deletions

View File

@ -1,3 +1,5 @@
@charset "UTF-8";
$button-color: $primary-color;
$button-cancel-color: darken(grayscale($button-color), 10%);
$button-delete-color: #CD2026;

View File

@ -1,3 +1,5 @@
@charset "UTF-8";
$grid-mobile-limit: 601px !default;
$very-small-limit: 401px !default;

View File

@ -1,3 +1,5 @@
@charset "UTF-8";
/* temporary hacks for applications */
div.form-inner-container, // authentic

View File

@ -1,3 +1,5 @@
@charset "UTF-8";
body .ui-front {
z-index: 1000;
}

View File

@ -1,3 +1,5 @@
@charset "UTF-8";
$font-path: '../xstatic/fonts' !default;
@mixin font($type, $weight) {

View File

@ -1,3 +1,5 @@
@charset "UTF-8";
$cell-border-radius: 3px;
div.cell.shown-because-admin {

View File

@ -1,3 +1,5 @@
@charset "UTF-8";
@font-face {
font-family: 'FontAwesome';
src: url('../xstatic/fonts/fontawesome-webfont.eot');

View File

@ -1,3 +1,5 @@
@charset "UTF-8";
$actions: add, duplicate, edit, remove;
#sidebar div#sticky-sidebar {

View File

@ -1,3 +1,5 @@
@charset "UTF-8";
@import 'opensans';
@import 'utils';