aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass/bootstrap.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/sass/bootstrap.scss')
-rw-r--r--client/src/sass/bootstrap.scss8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/src/sass/bootstrap.scss b/client/src/sass/bootstrap.scss
index bb7b21274..61f9d016b 100644
--- a/client/src/sass/bootstrap.scss
+++ b/client/src/sass/bootstrap.scss
@@ -95,15 +95,15 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
95 } 95 }
96 96
97 my-global-icon { 97 my-global-icon {
98 @include icon(24px); 98 @include icon(22px);
99 99
100 position: relative; 100 position: relative;
101 top: 3px; 101 top: 5px;
102 float: right; 102 float: right;
103 103
104 margin: 0; 104 margin: 0;
105 padding: 0; 105 padding: 0;
106 opacity: 1; 106 opacity: .5;
107 } 107 }
108 } 108 }
109 109
@@ -113,7 +113,7 @@ $icon-font-path: '~@neos21/bootstrap3-glyphicons/assets/fonts/';
113 113
114 .action-button-cancel { 114 .action-button-cancel {
115 @include peertube-button; 115 @include peertube-button;
116 @include grey-button; 116 @include tertiary-button;
117 117
118 display: inline-block; 118 display: inline-block;
119 margin-right: 10px; 119 margin-right: 10px;