8000 refactor(layout): change title-name icon margin left to 6px #249416 · atinc/ngx-tethys@2afd047 · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Commit 2afd047

Browse files
committed
refactor(layout): change title-name icon margin left to 6px #249416
1 parent fea76c9 commit 2afd047

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

src/layout/styles/layout.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -128,20 +128,20 @@
128128
@include link-variant($gray-800, none, $primary, none);
129129
&.prefix-icon {
130130
&:hover {
131-
opacity: 0.85;
131+
opacity: $layout-header-icon-link-opacity;
132132
}
133133
}
134134
}
135135

136136
.title-separator {
137-
color: $breadcrumb-separator-color;
137+
color: $layout-header-separator-color;
138138
padding: 3px;
139139
}
140140

141141
.title-name {
142142
padding: 5px;
143143
.thy-icon {
144-
margin-left: 10px;
144+
margin-left: 6px;
145145
}
146146
}
147147

src/styles/variables.scss

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -190,6 +190,9 @@ $layout-header-background: rgba($gray-99, 0.97) !default;
190190
$layout-header-padding: 0 15px !default;
191191
$layout-header-height: 50px !default;
192192
$layout-header-prefix-icon-size: 20px !default;
193+
$layout-header-separator-color: $gray-500 !default;
194+
$layout-header-icon-link-opacity: 0.85;
195+
193196
$layout-content-background: $gray-200 !default;
194197
$layout-content-padding: 15px 15px 15px 15px !default;
195198
$layout-sidebar-width: 240px !default;

0 commit comments

Comments
 (0)
0