mirror of
https://github.com/filecoin-project/slate.git
synced 2024-12-24 17:44:50 +03:00
small style tweaks
This commit is contained in:
parent
304af24e30
commit
efb7ad1d34
@ -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;
|
||||
|
@ -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};
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user