mirror of
https://github.com/astuto/astuto.git
synced 2025-12-16 03:37:56 +01:00
Switch from webpacker to (css|js)bundling-rails (#227)
* Install jsbundling-rails, uninstall rails/webpacker * Remove outdated step from run-tests workflow * Use cssbundling-rails for CSS
This commit is contained in:
committed by
GitHub
parent
e79d550070
commit
d8cf46c351
11
app/assets/stylesheets/components/SiteSettings/index.scss
Normal file
11
app/assets/stylesheets/components/SiteSettings/index.scss
Normal file
@@ -0,0 +1,11 @@
|
||||
.siteSettingsInfo {
|
||||
text-align: center;
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
}
|
||||
|
||||
.warning {
|
||||
color: #fd7e14;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user