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/vue/src/FeedbackQuestion/FeedbackQuestion.less')
-rw-r--r--plugins/Feedback/vue/src/FeedbackQuestion/FeedbackQuestion.less34
1 files changed, 34 insertions, 0 deletions
diff --git a/plugins/Feedback/vue/src/FeedbackQuestion/FeedbackQuestion.less b/plugins/Feedback/vue/src/FeedbackQuestion/FeedbackQuestion.less
new file mode 100644
index 0000000000..1d65d14b05
--- /dev/null
+++ b/plugins/Feedback/vue/src/FeedbackQuestion/FeedbackQuestion.less
@@ -0,0 +1,34 @@
+.bannerHeader {
+ min-height: 48px;
+ background-color: #263238;
+ text-align: center;
+ color: #fff;
+
+ span {
+ vertical-align: sub;
+ font-size: 14px;
+ }
+
+ a {
+ margin-left: 16px;
+ margin-top: 6px;
+ }
+
+ .close-btn {
+ float: right;
+ margin-right: 20px;
+ font-size: 1.2em;
+ margin-top: 12px;
+ }
+}
+
+.modal {
+ .has-error {
+ border: 1px red solid;
+ }
+
+ .error-text {
+ float: left;
+ color: red;
+ }
+} \ No newline at end of file