Skip to content

Commit 75eca79

Browse files
committed
Rename pages.scss to global.scss
1 parent a74967c commit 75eca79

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
11
// Place all the styles related to the Pages controller here.
22
// They will automatically be included in application.css.
33
// You can use Sass (SCSS) here: https://sass-lang.com/
4+
5+
6+
[data-toggle-target] {
7+
display: none;
8+
}
9+
10+
[data-toggle-target].active {
11+
display: initial;
12+
}

0 commit comments

Comments
 (0)