|
@@ -291,6 +291,10 @@ body.on-edit {
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
|
|
+/*
|
|
|
|
|
+ * Slack
|
|
|
|
|
+ */
|
|
|
.grw-slack-notification {
|
|
.grw-slack-notification {
|
|
|
background-color: transparent;
|
|
background-color: transparent;
|
|
|
$color-slack: #4b144c;
|
|
$color-slack: #4b144c;
|
|
@@ -315,24 +319,24 @@ body.on-edit {
|
|
|
background-image: url(/images/icons/slack/slack-logo-dark-on.svg);
|
|
background-image: url(/images/icons/slack/slack-logo-dark-on.svg);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
-
|
|
|
|
|
-.grw-slack-logo svg {
|
|
|
|
|
- fill: #dd80de;
|
|
|
|
|
-}
|
|
|
|
|
|
|
+ .grw-slack-logo svg {
|
|
|
|
|
+ fill: #dd80de;
|
|
|
|
|
+ }
|
|
|
|
|
|
|
|
-.grw-btn-slack {
|
|
|
|
|
- background-color: black;
|
|
|
|
|
- &:focus,
|
|
|
|
|
- &:hover {
|
|
|
|
|
|
|
+ .grw-btn-slack {
|
|
|
background-color: black;
|
|
background-color: black;
|
|
|
|
|
+ &:focus,
|
|
|
|
|
+ &:hover {
|
|
|
|
|
+ background-color: black;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
-}
|
|
|
|
|
|
|
|
|
|
-.grw-btn-slack-triangle {
|
|
|
|
|
- color: $secondary;
|
|
|
|
|
|
|
+ .grw-btn-slack-triangle {
|
|
|
|
|
+ color: $secondary;
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+
|
|
|
/*
|
|
/*
|
|
|
* GROWI HandsontableModal
|
|
* GROWI HandsontableModal
|
|
|
*/
|
|
*/
|