1
Fork 0
This repository has been archived on 2023-03-26. You can view files and clone it, but cannot push or open issues or pull requests.
theorangeone.net-legacy/theme/static/src/scss/functional.scss
2016-08-25 21:58:15 +01:00

12 lines
182 B
SCSS

.margin {
margin: 15px;
}
.header-bg {
background-image: url("../img/header.jpg");
background-position: center;
}
.text-shadow {
text-shadow: 0 5px 3px $brand-grey-dark;
}