Support post, reply, edit, load and view more loading states via global css classnames

This commit is contained in:
Chi Vinh Le
2017-06-30 17:00:42 +07:00
parent 32318567c9
commit 9de99a9ef4
13 changed files with 312 additions and 178 deletions
+8 -6
View File
@@ -24,12 +24,6 @@
margin: 2px;
letter-spacing: 0.7px;
font-weight: 400;
&:disabled {
background: #E0E0E0;
color: #4f5c67;
font-weight: bold;
}
}
.icon {
@@ -224,3 +218,11 @@
.raised {
box-shadow: 0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.2),0 1px 5px 0 rgba(0,0,0,.12);
}
.button:disabled {
background: #E0E0E0;
color: #4f5c67;
font-weight: bold;
cursor: default;
}