cash-stacks/frontend/src/scss/app.scss

51 lines
672 B
SCSS
Raw Normal View History

2021-03-17 02:15:33 +00:00
.ant-layout-header.app-header {
2021-04-11 21:42:56 +00:00
display: flex;
2021-03-17 02:15:33 +00:00
flex-direction: row;
justify-content: space-between;
vertical-align: middle;
padding: 0 1rem;
2021-04-11 21:42:56 +00:00
a {
font-size: 1.2rem;
font-weight: bold;
}
2021-03-17 02:15:33 +00:00
div {
display: flex;
vertical-align: middle;
height: 100%;
2021-04-11 21:42:56 +00:00
* {
2021-03-17 02:15:33 +00:00
margin: auto 0.5rem;
}
}
h3.ant-typography {
margin: auto 0 !important;
}
div.ant-typography {
font-size: 1.6rem;
}
}
.ant-layout.layout {
min-height: 100vh;
// background-color: #444;
// color: white;
2021-04-11 21:42:56 +00:00
}
2021-04-11 21:57:19 +00:00
.ant-avatar {
display: flex;
* {
margin: auto;
padding: 0;
}
}
2021-04-11 23:51:24 +00:00
.ant-layout-content {
max-width: 900px;
margin: auto;
}