Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/Feedback/angularjs/refer-banner/refer-banner.directive.less')
-rw-r--r--plugins/Feedback/angularjs/refer-banner/refer-banner.directive.less48
1 files changed, 0 insertions, 48 deletions
diff --git a/plugins/Feedback/angularjs/refer-banner/refer-banner.directive.less b/plugins/Feedback/angularjs/refer-banner/refer-banner.directive.less
deleted file mode 100644
index 543918a97e..0000000000
--- a/plugins/Feedback/angularjs/refer-banner/refer-banner.directive.less
+++ /dev/null
@@ -1,48 +0,0 @@
-.flex {
- display: flex;
-}
-
-.flex-grow {
- flex-grow: 1;
-}
-
-.flex-none {
- flex: none;
-}
-
-.items-center {
- align-items: center;
-}
-
-.justify-center {
- justify-content: center;
-}
-
-.justify-around {
- justify-content: space-around;
-}
-
-.text-center {
- text-align: center;
-}
-
-.h-full {
- height: 100%;
-}
-
-.text-twitter-blue {
- color: #00aced;
-}
-
-.text-fb-blue {
- color: #3b5998;
-}
-
-.text-li-blue {
- color: #007bb6;
-}
-
-.refer-banner .share-button {
- width:60px;
- margin-top:24px;
-}