1
0
Fork 0
mirror of https://github.com/muerwre/vault-frontend.git synced 2025-04-25 12:56:41 +07:00

fixed paddings on tablet for Lab

This commit is contained in:
Fedor Katurov 2021-09-30 10:34:20 +07:00
parent 4d73f18843
commit 6b06d46067
6 changed files with 21 additions and 7 deletions

View file

@ -7,8 +7,6 @@ interface IProps {
}
const LabHead: FC<IProps> = ({ isLoading }) => {
return null;
return (
<div className={styles.wrap}>
<div className={styles.group}>

View file

@ -13,10 +13,7 @@
}
&.active {
color: $blue;
background-color: lighten($content_bg, 6%);
border-radius: $radius;
padding: 0 $gap;
color: $wisegreen;
}
}