Ruby on railsを用いてwebアプリの開発を行っております
管理者画面を作成するために下記サイトを参考にして、管理者画面を作成しました
参考サイト
https://qiita.com/enomotodev/items/5f6d9348207124a41bf9
管理者画面の作成には成功しましたが、管理者画面とは関係のない
localhost:3000/home/indexページなどに飛ぶと、今までとは違った色合いになってしまっていました
みたところ、activeadminのスタイルが適用されている気がします
他にもaタグには下線をつけないといった、cssスタイルを適用しているにもかかわらず、aタグに下線がついてしまった問題も発生しました
この問題を解決するにはどうすればよろしいでしょうか
どなたかご教授お願いいたします
application.scss /* * 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, 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 */ @import "bootstrap"; a { text-decoration: none; }
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。