diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-14 16:39:37 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-14 16:39:37 +0200 |
commit | 266947e5efc7ff30b0020beb5a74e4d4fc696fa5 (patch) | |
tree | 66c2e0f463e373d971d290d9ff3b07b9528ebf27 /client/src/sass/bootstrap.scss | |
parent | 251a82ffbb62c575d7aeb260dff22409dae39d73 (diff) | |
download | PeerTube-266947e5efc7ff30b0020beb5a74e4d4fc696fa5.tar.gz PeerTube-266947e5efc7ff30b0020beb5a74e4d4fc696fa5.tar.zst PeerTube-266947e5efc7ff30b0020beb5a74e4d4fc696fa5.zip |
Refactor modal buttons style
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r-- | client/src/sass/bootstrap.scss | 13 |
1 files changed, 2 insertions, 11 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss index 75dc91d7a..e11603e4d 100644 --- a/client/src/sass/bootstrap.scss +++ b/client/src/sass/bootstrap.scss | |||
@@ -153,17 +153,8 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/'; | |||
153 | margin-bottom: 0; | 153 | margin-bottom: 0; |
154 | text-align: right; | 154 | text-align: right; |
155 | 155 | ||
156 | .action-button-cancel { | 156 | > .peertube-button:not(:first-child) { |
157 | @include peertube-button; | 157 | margin-left: 10px |
158 | @include tertiary-button; | ||
159 | |||
160 | display: inline-block; | ||
161 | margin-right: 10px; | ||
162 | } | ||
163 | |||
164 | .action-button-submit { | ||
165 | @include peertube-button; | ||
166 | @include orange-button; | ||
167 | } | 158 | } |
168 | } | 159 | } |
169 | } | 160 | } |