diff options
author | Chocobozzz <me@florianbigard.com> | 2018-08-14 16:01:54 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2018-08-14 18:01:22 +0200 |
commit | 65b247ddc75aa9f131af86dde21c8d958f7f4b39 (patch) | |
tree | f93b5796aba61e6b2ac23f4d02afe6845ecc9662 /client/src/sass | |
parent | eed24d26db4c8363d5e5874841ee0c4f5fa275a8 (diff) | |
download | PeerTube-65b247ddc75aa9f131af86dde21c8d958f7f4b39.tar.gz PeerTube-65b247ddc75aa9f131af86dde21c8d958f7f4b39.tar.zst PeerTube-65b247ddc75aa9f131af86dde21c8d958f7f4b39.zip |
Improve follow component routing
Diffstat (limited to 'client/src/sass')
-rw-r--r-- | client/src/sass/application.scss | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss index ba8701f5c..dc0ffe912 100644 --- a/client/src/sass/application.scss +++ b/client/src/sass/application.scss | |||
@@ -132,6 +132,20 @@ label { | |||
132 | .form-sub-title { | 132 | .form-sub-title { |
133 | flex-grow: 1; | 133 | flex-grow: 1; |
134 | } | 134 | } |
135 | |||
136 | .admin-sub-nav a { | ||
137 | @include disable-default-a-behaviour; | ||
138 | |||
139 | font-size: 16px; | ||
140 | color: #000; | ||
141 | padding: 5px 15px; | ||
142 | border-radius: 0.25rem; | ||
143 | |||
144 | &.active { | ||
145 | font-weight: $font-semibold; | ||
146 | background-color: #f0f0f0; | ||
147 | } | ||
148 | } | ||
135 | } | 149 | } |
136 | 150 | ||
137 | .form-sub-title { | 151 | .form-sub-title { |