small style tweaks

This commit is contained in:
Martina 2020-12-10 19:12:03 -08:00
parent 304af24e30
commit efb7ad1d34
3 changed files with 5 additions and 5 deletions

View File

@ -6,7 +6,7 @@ import { css } from "@emotion/react";
const STYLES_EMPTY_STATE = css`
width: 100%;
height: 328px;
border: 1px solid ${Constants.system.lightBorder};
border: 1px solid ${Constants.system.border};
display: flex;
align-items: center;
justify-content: center;

View File

@ -19,7 +19,7 @@ const STYLES_TAB_GROUP = css`
const STYLES_TAB = css`
padding: 8px 8px 8px 8px;
margin-right: 24px;
margin-right: 16px;
display: inline-block;
font-family: ${Constants.font.medium};
font-size: ${Constants.typescale.lvl1};

View File

@ -29,7 +29,7 @@ const STYLES_USER = css`
display: grid;
grid-template-columns: auto 1fr;
align-items: center;
margin: 24px;
margin: 16px;
color: ${Constants.system.brand};
font-family: ${Constants.font.medium};
font-size: ${Constants.typescale.lvl1};
@ -43,7 +43,7 @@ const STYLES_BUTTONS = css`
justify-self: end;
display: flex;
flex-direction: row;
margin-right: 48px;
margin-right: 16px;
justify-content: flex-end;
@media (max-width: ${Constants.sizes.mobile}px) {
@ -58,7 +58,7 @@ const STYLES_ITEM_BOX = css`
align-items: center;
justify-content: center;
padding: 8px;
margin-right: 48px;
margin-right: 16px;
color: ${Constants.system.darkGray};
@media (max-width: ${Constants.sizes.mobile}px) {