Browse Source

Consistency

j8
Lyubomir Marinov 8 years ago
parent
commit
28b44cf67c
1 changed files with 3 additions and 3 deletions
  1. 3
    3
      css/_variables.scss

+ 3
- 3
css/_variables.scss View File

43
 $toolbarToggleBackground: #12499C;
43
 $toolbarToggleBackground: #12499C;
44
 $splitterToolbarButtonMargin: 18px;
44
 $splitterToolbarButtonMargin: 18px;
45
 
45
 
46
-/*
46
+/**
47
  * Main controls
47
  * Main controls
48
  * TODO: looks like we don't use it
48
  * TODO: looks like we don't use it
49
  */
49
  */
50
 $inputSemiBackground: rgba(132, 132, 132, .8);
50
 $inputSemiBackground: rgba(132, 132, 132, .8);
51
 $inputLightBackground: #EBEBEB;
51
 $inputLightBackground: #EBEBEB;
52
 
52
 
53
-/*
53
+/**
54
  * Video layout
54
  * Video layout
55
  */
55
  */
56
 $videoThumbnailHovered: rgba(22, 94, 204, .4);
56
 $videoThumbnailHovered: rgba(22, 94, 204, .4);
126
 $inputControlEmColor: #f29424;
126
 $inputControlEmColor: #f29424;
127
 //buttons
127
 //buttons
128
 $linkFontColor: #489afe;
128
 $linkFontColor: #489afe;
129
-$linkHoverFontColor: #287ade;
129
+$linkHoverFontColor: #287ade;

Loading…
Cancel
Save