Browse Source

fix(feedback): Styles of Feedback dialog

master
hristoterezov 9 years ago
parent
commit
e02a8c9103
1 changed files with 9 additions and 1 deletions
  1. 9
    1
      css/_feedback.scss

+ 9
- 1
css/_feedback.scss View File

@@ -57,6 +57,7 @@
57 57
     padding: 20px 0;
58 58
 
59 59
     h2 {
60
+        font-weight: 400;
60 61
         font-size: 24px;
61 62
         line-height: 1.2;
62 63
         padding: auto;
@@ -64,6 +65,13 @@
64 65
         border: none;
65 66
     }
66 67
 
68
+    p {
69
+        margin-top: 10px;
70
+        margin-left: 0px;
71
+        margin-bottom: 0px;
72
+        margin-right: 0px;
73
+    }
74
+
67 75
     .star-label {
68 76
         font-size: 16px;
69 77
         color: $rateStarLabelColor;
@@ -82,7 +90,7 @@
82 90
         &.active,
83 91
         &:hover {
84 92
             color: $rateStarActivity;
85
-            
93
+
86 94
             .fa {
87 95
                 top: -6px;
88 96
             }

Loading…
Cancel
Save