/
githubmirror
/
brackets
Обзор
Документация
Войти
/
githubmirror
/
brackets
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
src/styles/brackets_shared.less
60 строк
2 KB
Gautam Jha
Adding infobar for remote debugging enabled (#14956)
11 ноя 2019, 12:55
11 ноя 2019, 12:55
ce2b870
Код
Авторство
О чём код?
// Copyright (c) 2012 - present Adobe Systems Incorporated. All rights reserved. // // Permission is hereby granted, free of charge, to any person obtaining a // copy of this software and associated documentation files (the "Software"), // to deal in the Software without restriction, including without limitation // the rights to use, copy, modify, merge, publish, distribute, sublicense, // and/or sell copies of the Software, and to permit persons to whom the // Software is furnished to do so, subject to the following conditions: // // The above copyright notice and this permission notice shall be included in // all copies or substantial portions of the Software. // // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE // AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER // LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING // FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER // DEALINGS IN THE SOFTWARE. /* Shared LESS for all versions of Brackets (e.g. App, In-Browser, etc.) * * IMPORTANT: Importing this file should be the first step in creating a * version-specific LESS file. * * ALSO IMPORTANT: All CSS imports should occur first in this file. This is * because LESS puts all CSS imports at the top of the file anyway (because * this is required by CSS2). So, we don't want to be misleading about the * processing order. */ /* LESS imports */ // Bootstrap @ v.2.3.1 @import url("bootstrap/bootstrap.less"); // Brackets-specific variables, mixins and overrides @import url("brackets_variables.less"); @import url("brackets_mixins.less"); @import url("brackets_patterns_override.less"); // Brackets-specific default font @import url("brackets_fonts.less"); // Default theme -- all UI styling comes from variables in a theme // Themes can rely on variables defined above @import url("brackets_theme_default.less"); @import url("brackets_core_ui_variables.less"); // Codemirror styling overrides @import url("brackets_codemirror_override.less"); // Styling for file tree @import url("jsTreeTheme.less"); // Styling for scrollbars @import url("brackets_scrollbars.less"); @import url("infobar-styles.less");