Переглянути джерело

Adjusted CSS for side toolbar elements

master
Maxim Voloshin 8 роки тому
джерело
коміт
9124aa2c87

+ 7
- 2
css/_contact_list.scss Переглянути файл

@@ -13,6 +13,11 @@
13 13
     .clickable {
14 14
         cursor: pointer;
15 15
     }
16
+
17
+    .icon-security,
18
+    .icon-security-locked {
19
+        font-size: 16px;
20
+    }
16 21
 }
17 22
 
18 23
 #contacts {
@@ -22,8 +27,8 @@
22 27
         list-style-type: none;
23 28
         text-align: left;
24 29
         white-space: nowrap;
25
-        color: #FFF;
26
-        font-size: 10pt;
30
+        color: $baseLight;
31
+        font-size: 18px;
27 32
         padding: 6px 10%;
28 33
 
29 34
         &:hover,

+ 3
- 3
css/_side_toolbar_container.scss Переглянути файл

@@ -16,7 +16,7 @@
16 16
      * Labels inside the side panel.
17 17
      */
18 18
     label {
19
-        color: $defaultColor;
19
+        color: $baseLight;
20 20
     }
21 21
 
22 22
     /**
@@ -71,9 +71,9 @@
71 71
          * Main title size.
72 72
          */
73 73
         div.title {
74
-            color: $defaultColor !important;
75
-            font-size: 16px;
74
+            color: $toolbarTitleColor !important;
76 75
             text-align: center;
76
+            font-size: $toolbarTitleFontSize;
77 77
         }
78 78
 
79 79
         /**

+ 3
- 1
css/_variables.scss Переглянути файл

@@ -30,6 +30,8 @@ $tooltipBg: rgba(0,0,0, 0.7);
30 30
 /**
31 31
  * Toolbar
32 32
  */
33
+$toolbarTitleColor: #FFFFFF;
34
+$toolbarTitleFontSize: 24px;
33 35
 $toolbarBackground: rgba(0, 0, 0, 0.5);
34 36
 $toolbarSelectBackground: rgba(0, 0, 0, .6);
35 37
 $toolbarBadgeBackground: #165ECC;
@@ -90,7 +92,7 @@ $notificationWidth: 215px;
90 92
 /**
91 93
  * Misc.
92 94
  */
93
-$borderRadius: 4px;
95
+$borderRadius: 3px;
94 96
 $defaultWatermarkLink: '../images/watermark.png';
95 97
 $sidebarWidth: 200px;
96 98
 

+ 1
- 0
css/components/_form-control.scss Переглянути файл

@@ -24,6 +24,7 @@
24 24
     }
25 25
 
26 26
     &__hint {
27
+        color: $baseLight;
27 28
         margin-top: 0;
28 29
         font-size: $hintFontSize;
29 30
 

+ 15
- 4
css/themes/_light.scss Переглянути файл

@@ -1,3 +1,14 @@
1
+/**
2
+ * Base
3
+ */
4
+$baseLight: #FFFFFF;
5
+
6
+/**
7
+* Controls
8
+*/
9
+$controlBackground: $baseLight;
10
+$controlColor: #333333;
11
+
1 12
 /**
2 13
 * Buttons
3 14
 */
@@ -17,7 +28,7 @@ $buttonLinkColor: #0090e8;
17 28
 
18 29
 $primaryButtonBackground: #3572b0;
19 30
 $primaryButtonHoverBackground: #2a67a5;
20
-$primaryButtonColor: #fff;
31
+$primaryButtonColor: $baseLight;
21 32
 $primaryButtonFontWeight: 400;
22 33
 
23 34
 $buttonShadowColor: #192d4f;
@@ -38,14 +49,14 @@ $uploadConnectionIconColor: #ffa800;
38 49
  **/
39 50
 $auiDialogColor: #333;
40 51
 $auiDialogBg: #f5f5f5;
41
-$auiDialogContentBg: #fff;
52
+$auiDialogContentBg: $baseLight;
42 53
 $auiBorderColor: #ccc;
43 54
 $dialogTitleFontWeight: 400;
44 55
 
45 56
 // Main controls
46
-$inputBackground: #fff;
57
+$inputBackground: $controlBackground;
47 58
 $inputBorderColor: #ccc;
48
-$inputColor: #333;
59
+$inputColor: $controlColor;
49 60
 $placeHolderColor: #a7a7a7;
50 61
 $readOnlyInputColor: #a7a7a7;
51 62
 $defaultDarkSelectionColor: #ccc;

Завантаження…
Відмінити
Зберегти