зеркало из
https://github.com/rs-pro/activeadmin-quill_editor.git
synced 2026-09-06 19:55:50 +03:00
Add specs configuration
Этот коммит содержится в:
3
spec/dummy/app/assets/config/manifest.js
Обычный файл
3
spec/dummy/app/assets/config/manifest.js
Обычный файл
@@ -0,0 +1,3 @@
|
||||
//= link_tree ../images
|
||||
//= link_directory ../stylesheets .css
|
||||
// OFF link active_storage_db_manifest.js
|
||||
0
spec/dummy/app/assets/images/.keep
Обычный файл
0
spec/dummy/app/assets/images/.keep
Обычный файл
1
spec/dummy/app/assets/javascripts/active_admin.js
Обычный файл
1
spec/dummy/app/assets/javascripts/active_admin.js
Обычный файл
@@ -0,0 +1 @@
|
||||
//= require active_admin/base
|
||||
17
spec/dummy/app/assets/stylesheets/active_admin.scss
Обычный файл
17
spec/dummy/app/assets/stylesheets/active_admin.scss
Обычный файл
@@ -0,0 +1,17 @@
|
||||
// SASS variable overrides must be declared before loading up Active Admin's styles.
|
||||
//
|
||||
// To view the variables that Active Admin provides, take a look at
|
||||
// `app/assets/stylesheets/active_admin/mixins/_variables.scss` in the
|
||||
// Active Admin source.
|
||||
//
|
||||
// For example, to change the sidebar width:
|
||||
// $sidebar-width: 242px;
|
||||
|
||||
// Active Admin's got SASS!
|
||||
@import "active_admin/mixins";
|
||||
@import "active_admin/base";
|
||||
|
||||
// Overriding any non-variable SASS must be done after the fact.
|
||||
// For example, to change the default status-tag color:
|
||||
//
|
||||
// .status_tag { background: #6090DB; }
|
||||
15
spec/dummy/app/assets/stylesheets/application.css
Обычный файл
15
spec/dummy/app/assets/stylesheets/application.css
Обычный файл
@@ -0,0 +1,15 @@
|
||||
/*
|
||||
* This is a manifest file that'll be compiled into application.css, which will include all the files
|
||||
* listed below.
|
||||
*
|
||||
* Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
|
||||
* or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
|
||||
*
|
||||
* You're free to add application-wide styles to this file and they'll appear at the bottom of the
|
||||
* compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
|
||||
* files in this directory. Styles in this file should be added after the last require_* statement.
|
||||
* It is generally better to create a new file per style scope.
|
||||
*
|
||||
*= require_tree .
|
||||
*= require_self
|
||||
*/
|
||||
Ссылка в новой задаче
Block a user