Support/adjust hover effect
@@ -1,41 +0,0 @@
-// fill button style
-.btn-fill {
- position: relative;
- overflow: hidden;
- color: white;
- text-align: center;
- cursor: pointer;
- background-color: rgba(lighten(black, 20%), 0.4);
- border: none;
-
- .btn-label {
- z-index: 1;
- text-decoration: none;
- }
- .btn-label-text {
- // effect
- .eff {
- position: absolute;
- top: -50px;
- left: 0px;
- z-index: 0;
- width: 100%;
- height: 100%;
- transition: all 0.5s ease;
- &:hover {
- top: 0;
-}
@@ -41,10 +41,6 @@
.btn-copy,
.btn-edit {
opacity: 0.3;
- background-color: $light;
}
.btn-edit-tags {
@@ -54,3 +50,45 @@
opacity: 0.7;
+
+// fill button style
+.btn-fill {
+ position: relative;
+ overflow: hidden;
+ color: white;
+ text-align: center;
+ cursor: pointer;
+ background-color: rgba(lighten(black, 20%), 0.4);
+ border: none;
+ .btn-label {
+ z-index: 1;
+ text-decoration: none;
+ }
+ .btn-label-text {
+ // effect
+ .eff {
+ position: absolute;
+ top: -50px;
+ left: 0px;
+ z-index: 0;
+ width: 100%;
+ height: 100%;
+ transition: all 0.5s ease;
+ &:hover {
+ top: 0;
+}
@@ -23,7 +23,6 @@
// crowi component
@import 'admin';
@import 'attachments';
-@import 'button';
@import 'comment';
@import 'comment_crowi';
@import 'comment_growi';