Dotclear

source: admin/style/scss/default.scss @ 3669:41c8e8a58e1f

Revision 3669:41c8e8a58e1f, 2.9 KB checked in by franck <carnet.franck.paul@…>, 8 years ago (diff)

Adjust editors base font size (CodeMirror?, dcLegacyEditor, dcCKEditor), should fix #2263

Line 
1/*
2# -- BEGIN LICENSE BLOCK --------------------------------------------------
3# This file is part of Dotclear 2.
4# Copyright (c) 2003-2013 Olivier Meunier & Association Dotclear
5# Licensed under the GPL version 2.0 license.
6# See LICENSE file or http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
7# -- END LICENSE BLOCK ----------------------------------------------------
8*/
9
10@charset "UTF-8";
11
12/** --------------------------------------------------
13    Start
14--------------------------------------------------- */
15@import "init/mixins-functions";    // mixins, fonctions
16@import "init/rebase";              // init html tags
17@import "init/config";              // theme variables
18
19/** --------------------------------------------------
20    Common rules
21--------------------------------------------------- */
22@import "partials/common";          // headings, links
23
24/** --------------------------------------------------
25    Layout
26--------------------------------------------------- */
27@import "partials/layout";
28
29/** --------------------------------------------------
30     Colors
31--------------------------------------------------- */
32@import "partials/colors";
33
34/** --------------------------------------------------
35    Elements
36--------------------------------------------------- */
37@import "partials/markup";
38@import "partials/forms";
39@import "partials/buttons";
40@import "partials/messages";
41
42/** --------------------------------------------------
43    Components
44--------------------------------------------------- */
45@import "partials/header";
46@import "partials/main-menu";
47@import "partials/content";
48@import "partials/footer";
49
50/** --------------------------------------------------
51    Tables and Filters
52--------------------------------------------------- */
53@import "partials/tables";
54@import "partials/filters";
55
56/** --------------------------------------------------
57    Pages
58--------------------------------------------------- */
59@import "partials/auth";
60@import "partials/index";
61@import "partials/blog_pref";
62@import "partials/blog_theme";
63@import "partials/categories";
64@import "partials/media";
65@import "partials/media_item";
66@import "partials/plugins";
67@import "partials/entry";
68@import "partials/preferences";
69@import "partials/user";
70@import "partials/charte";
71
72/** --------------------------------------------------
73    Misc
74--------------------------------------------------- */
75@import "partials/classes";
76@import "partials/utils";
77@import "partials/mediaqueries";
78
79/** --------------------------------------------------
80     Plugins
81--------------------------------------------------- */
82@import "partials/editors";
83
84/** --------------------------------------------------
85     3rd parties
86--------------------------------------------------- */
87@import "vendor/magnific-popup";
88@import "vendor/codemirror";
89
90/** --------------------------------------------------
91    Debug
92--------------------------------------------------- */
93@import "partials/debug";
Note: See TracBrowser for help on using the repository browser.

Sites map