Update about.scss

This commit is contained in:
tibovanheule 2017-12-11 20:39:40 +01:00 committed by GitHub
parent abe55ee5dc
commit 9e58bdb7db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -95,4 +95,19 @@
.button:hover, .button:focus {
border-color: $primary;
}
}
}
/* Fancy box voor de statuten */
.box {
background-color: white;
border-radius: 5px;
-webkit-box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
box-shadow: 0 2px 3px rgba(10, 10, 10, 0.1), 0 0 0 1px rgba(10, 10, 10, 0.1);
color: #4a4a4a;
display: block;
padding: 1.25rem;
}
.box:not(:last-child) {
margin-bottom: 1.5rem;
}