fix(fe/styles): small fixes
This commit is contained in:
parent
ddca44c786
commit
5f31cfc867
3 changed files with 3 additions and 4 deletions
|
@ -72,8 +72,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-dark #top-menu {
|
.theme-dark #top-menu {
|
||||||
background: #242424;
|
background: rgba(36, 36, 36, 0.9);
|
||||||
opacity: 0.8;
|
|
||||||
box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1);
|
box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1);
|
||||||
backdrop-filter: blur(9.5px);
|
backdrop-filter: blur(9.5px);
|
||||||
color: #16a085;
|
color: #16a085;
|
||||||
|
|
|
@ -70,7 +70,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.theme-default #top-menu {
|
.theme-default #top-menu {
|
||||||
background: rgba(255, 255, 255, 0.5);
|
background: rgba(255, 255, 255, 0.7);
|
||||||
box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1);
|
box-shadow: 0 5px 30px 0 rgba(31, 38, 135, 0.1);
|
||||||
backdrop-filter: blur(9.5px);
|
backdrop-filter: blur(9.5px);
|
||||||
color: #16a085;
|
color: #16a085;
|
||||||
|
|
|
@ -65,7 +65,7 @@ export class Tabs extends React.Component<Props, State, {}> {
|
||||||
className="float-l margin-r-m minor-bg"
|
className="float-l margin-r-m minor-bg"
|
||||||
>
|
>
|
||||||
<div className="float-l icon-s margin-r-s">{icon}</div>
|
<div className="float-l icon-s margin-r-s">{icon}</div>
|
||||||
<div className={`float-l font-s ${fontColor}`}>
|
<div className={`float-l font-xs ${fontColor}`}>
|
||||||
{this.props.msg.pkg.get(
|
{this.props.msg.pkg.get(
|
||||||
`control.${this.props.targetControl}.${option}`
|
`control.${this.props.targetControl}.${option}`
|
||||||
)}
|
)}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue