aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/sass
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2017-12-27 16:11:53 +0100
committerChocobozzz <me@florianbigard.com>2017-12-27 16:11:53 +0100
commit4635f59d7c3fea4b97029f10886c62fdf38b2084 (patch)
treed97357a00042bbfb33c4177ee24c01171d28dfce /client/src/sass
parentea44f375f5d3da06ca0aebfe871b9f924a26ec29 (diff)
downloadPeerTube-4635f59d7c3fea4b97029f10886c62fdf38b2084.tar.gz
PeerTube-4635f59d7c3fea4b97029f10886c62fdf38b2084.tar.zst
PeerTube-4635f59d7c3fea4b97029f10886c62fdf38b2084.zip
Add video comment components
Diffstat (limited to 'client/src/sass')
-rw-r--r--client/src/sass/application.scss15
1 files changed, 1 insertions, 14 deletions
diff --git a/client/src/sass/application.scss b/client/src/sass/application.scss
index 0539ec486..253bb1b3c 100644
--- a/client/src/sass/application.scss
+++ b/client/src/sass/application.scss
@@ -118,10 +118,7 @@ label {
118 118
119// Thanks https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d 119// Thanks https://gist.github.com/alexandrevicenzi/680147013e902a4eaa5d
120.glyphicon-refresh-animate { 120.glyphicon-refresh-animate {
121 -animation: spin .7s infinite linear; 121 animation: spin .7s infinite linear;
122 -ms-animation: spin .7s infinite linear;
123 -webkit-animation: spinw .7s infinite linear;
124 -moz-animation: spinm .7s infinite linear;
125} 122}
126 123
127@keyframes spin { 124@keyframes spin {
@@ -129,16 +126,6 @@ label {
129 to { transform: scale(1) rotate(360deg);} 126 to { transform: scale(1) rotate(360deg);}
130} 127}
131 128
132@-webkit-keyframes spinw {
133 from { -webkit-transform: rotate(0deg);}
134 to { -webkit-transform: rotate(360deg);}
135}
136
137@-moz-keyframes spinm {
138 from { -moz-transform: rotate(0deg);}
139 to { -moz-transform: rotate(360deg);}
140}
141
142// ngprime data table customizations 129// ngprime data table customizations
143p-datatable { 130p-datatable {
144 font-size: 15px !important; 131 font-size: 15px !important;