mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-29 08:51:28 +00:00
50 lines
832 B
Plaintext
50 lines
832 B
Plaintext
@import 'naturalcrit/styles/core.less';
|
|
|
|
html,body, #reactRoot{
|
|
min-height : 100%;
|
|
}
|
|
|
|
body{
|
|
background-color : #ddd;
|
|
font-family : 'Open Sans', sans-serif;
|
|
color : #4b5055;
|
|
font-weight : 100;
|
|
text-rendering : optimizeLegibility;
|
|
margin : 0;
|
|
padding : 0;
|
|
height : 100%;
|
|
}
|
|
|
|
.admin {
|
|
nav {
|
|
background-color: @red;
|
|
.navItem{
|
|
background-color: @red;
|
|
}
|
|
.homebreweryLogo{
|
|
font-family : CodeBold;
|
|
font-size : 12px;
|
|
color : white;
|
|
div{
|
|
margin-top : 2px;
|
|
margin-bottom : -2px;
|
|
}
|
|
}
|
|
}
|
|
|
|
h1{
|
|
font-size: 2em;
|
|
font-weight: 800;
|
|
border-bottom: 1px solid #ddd;
|
|
margin-bottom: 10px;
|
|
}
|
|
|
|
|
|
main.content{
|
|
background-color: white;
|
|
padding: 50px 20px;
|
|
width : 1000px;
|
|
margin: 0 auto;
|
|
}
|
|
}
|