mirror of
https://github.com/stolksdorf/homebrewery.git
synced 2025-12-25 13:51:28 +00:00
53 lines
1.2 KiB
Plaintext
53 lines
1.2 KiB
Plaintext
|
|
@import 'naturalcrit/styles/core.less';
|
|
html,body, #reactRoot{
|
|
min-height : 100%;
|
|
}
|
|
body{
|
|
height : 100%;
|
|
margin : 0;
|
|
padding : 0;
|
|
background-color : #ddd;
|
|
font-family : 'Open Sans', sans-serif;
|
|
font-weight : 100;
|
|
color : #4b5055;
|
|
text-rendering : optimizeLegibility;
|
|
}
|
|
.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{
|
|
margin-bottom : 10px;
|
|
font-size : 2em;
|
|
font-weight : 800;
|
|
border-bottom : 1px solid #ddd;
|
|
}
|
|
main.content{
|
|
width : 1000px;
|
|
margin : 0 auto;
|
|
padding : 50px 20px;
|
|
background-color : white;
|
|
.dangerZone{
|
|
margin : 30px 0px;
|
|
padding : 10px 20px;
|
|
background : repeating-linear-gradient(45deg, @yellow, @yellow 10px, darken(#333, 10%) 10px, darken(#333, 10%) 20px);
|
|
font-size : 1em;
|
|
font-weight : 800;
|
|
color : white;
|
|
text-transform : uppercase;
|
|
}
|
|
}
|
|
} |