Update about.scss
This commit is contained in:
parent
abe55ee5dc
commit
9e58bdb7db
1 changed files with 16 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue