privatecoffee-website/assets/css/base.css

43 lines
860 B
CSS

/* This file was developed as part of the Private.coffee project
It is licensed under the MIT license
See https://private.coffee for more information */
/* Make sure links in the footer are white */
footer a {
color: #fff !important;
}
/* Give service boxes a border */
.service {
border: 2px #b6fff4 solid;
border-radius: 10px;
border-spacing: 10px;
padding: 30px;
box-sizing: border-box;
box-shadow: inset 0 0 10px #ffb6c1;
}
/* Limit size of navbar logo */
.navbar-brand-img {
max-height: 150px;
margin-right: 10px;
}
/* Add a top/bottom padding to the content section */
#content {
padding-top: 20px;
padding-bottom: 20px;
}
.bg-coffee {
background-color: #ffb6c1;
}
.btn-primary {
background-color: #ffb6c1 !important;
border-color: #ffb6c1 !important;
}
.title-font {
font-family: 'Dancing Script', cursive;
}