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.less53
1 files changed, 16 insertions, 37 deletions
diff --git a/plugins/Feedback/angularjs/refer-banner/refer-banner.directive.less b/plugins/Feedback/angularjs/refer-banner/refer-banner.directive.less
index 829348231d..543918a97e 100644
--- a/plugins/Feedback/angularjs/refer-banner/refer-banner.directive.less
+++ b/plugins/Feedback/angularjs/refer-banner/refer-banner.directive.less
@@ -1,11 +1,3 @@
-@media only screen and (max-width: 600px) {
- .refer-banner {
- min-height: 48px;
- height: auto !important;
- font-size: 13px;
- }
-}
-
.flex {
display: flex;
}
@@ -26,44 +18,31 @@
justify-content: center;
}
-.h-full {
- height: 100%;
+.justify-around {
+ justify-content: space-around;
}
-.refer-banner {
- height: 48px;
- position: fixed;
- width: 100%;
+.text-center {
text-align: center;
- color: #fff;
- bottom: 0;
- background: #263238;
- clear: both;
- z-index: 9999;
}
-.refer-banner .icon-close {
- background: #263238;
- font-size: 12px;
- color: #fff;
- cursor: pointer;
- width: 18px;
- margin-right: 4px;
+.h-full {
+ height: 100%;
+}
+
+.text-twitter-blue {
+ color: #00aced;
}
-.refer-banner .piwikOrgLink {
- color: #fff;
- text-decoration: underline;
+.text-fb-blue {
+ color: #3b5998;
}
-.refer-banner .share-button {
- color:#fff;
- display:inline-block;
- width:20px;
- margin-left: 4px;
+.text-li-blue {
+ color: #007bb6;
}
-.refer-banner .signUpPiwik,
-.refer-banner .premiumDownloadPiwik {
- margin: 5px;
+.refer-banner .share-button {
+ width:60px;
+ margin-top:24px;
}