mirror of
https://github.com/weaveworks/scope.git
synced 2026-02-14 18:09:59 +00:00
Merge pull request #3181 from weaveworks/3180-adjust-font-sizes
Adjust font sizes
This commit is contained in:
@@ -319,7 +319,7 @@ a {
|
||||
margin: 0px 8px;
|
||||
|
||||
&-label {
|
||||
font-size: $font-size-small;
|
||||
font-size: $font-size-normal;
|
||||
}
|
||||
|
||||
}
|
||||
@@ -327,7 +327,7 @@ a {
|
||||
.topologies-sub {
|
||||
&-item {
|
||||
&-label {
|
||||
font-size: $font-size-tiny;
|
||||
font-size: $font-size-small;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -713,6 +713,7 @@ a {
|
||||
margin-left: 4px;
|
||||
|
||||
span {
|
||||
text-transform: capitalize;
|
||||
font-size: $font-size-normal;
|
||||
margin-left: 0;
|
||||
}
|
||||
@@ -757,7 +758,7 @@ a {
|
||||
|
||||
&-relatives {
|
||||
margin-top: 4px;
|
||||
font-size: $font-size-large;
|
||||
font-size: $font-size-normal;
|
||||
color: $color-white;
|
||||
|
||||
&-link {
|
||||
@@ -832,9 +833,9 @@ a {
|
||||
margin: 16px 0;
|
||||
|
||||
&-header {
|
||||
font-size: $font-size-small;
|
||||
font-size: $font-size-normal;
|
||||
color: $text-tertiary-color;
|
||||
padding: 4px 0;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -931,7 +932,7 @@ a {
|
||||
color: $text-secondary-color;
|
||||
padding: 0 0.5em 0 0;
|
||||
white-space: nowrap;
|
||||
font-size: $font-size-tiny;
|
||||
font-size: $font-size-small;
|
||||
|
||||
&::after {
|
||||
content: ':';
|
||||
@@ -963,7 +964,7 @@ a {
|
||||
color: $text-secondary-color;
|
||||
padding: 0 0.5em 0 0;
|
||||
white-space: nowrap;
|
||||
font-size: $font-size-tiny;
|
||||
font-size: $font-size-small;
|
||||
|
||||
&::after {
|
||||
content: ':';
|
||||
@@ -1003,7 +1004,7 @@ a {
|
||||
|
||||
&-header {
|
||||
color: $text-tertiary-color;
|
||||
font-size: $font-size-tiny;
|
||||
font-size: $font-size-small;
|
||||
text-align: right;
|
||||
padding: 0;
|
||||
|
||||
@@ -1180,6 +1181,7 @@ a {
|
||||
font-weight: bold;
|
||||
padding-right: 20px;
|
||||
text-align: right;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -1365,7 +1367,7 @@ a {
|
||||
|
||||
&-icon {
|
||||
color: $text-tertiary-color;
|
||||
font-size: $font-size-large;
|
||||
font-size: $font-size-normal;
|
||||
position: relative;
|
||||
top: 1px;
|
||||
}
|
||||
@@ -1424,6 +1426,7 @@ a {
|
||||
}
|
||||
|
||||
.topology-option, .metric-selector, .network-selector, .view-mode-selector, .time-control {
|
||||
font-size: $font-size-normal;
|
||||
color: $text-secondary-color;
|
||||
margin-bottom: 6px;
|
||||
|
||||
@@ -1470,6 +1473,7 @@ a {
|
||||
}
|
||||
|
||||
.metric-selector {
|
||||
font-size: $font-size-small;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
@@ -1528,10 +1532,13 @@ a {
|
||||
margin-top: 5px;
|
||||
text-align: right;
|
||||
pointer-events: all;
|
||||
font-size: $font-size-small;
|
||||
}
|
||||
}
|
||||
|
||||
.topology-option {
|
||||
font-size: $font-size-small;
|
||||
|
||||
&-action {
|
||||
&-selected {
|
||||
cursor: default;
|
||||
@@ -1593,7 +1600,7 @@ a {
|
||||
bottom: 11px;
|
||||
left: 11px;
|
||||
padding: 5px;
|
||||
font-size: $font-size-tiny;
|
||||
font-size: $font-size-small;
|
||||
border-radius: $border-radius-soft;
|
||||
border: 1px solid transparent;
|
||||
pointer-events: none;
|
||||
@@ -1638,7 +1645,7 @@ a {
|
||||
&-help-link {
|
||||
@extend .btn-opacity;
|
||||
cursor: pointer;
|
||||
font-size: $font-size-large;
|
||||
font-size: $font-size-normal;
|
||||
}
|
||||
|
||||
&-label {
|
||||
@@ -1656,7 +1663,7 @@ a {
|
||||
}
|
||||
|
||||
&-hint {
|
||||
font-size: $font-size-tiny;
|
||||
font-size: $font-size-small;
|
||||
transition: opacity 0.3s 0.5s $base-ease;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user