Moved label-div and button styling to global stylesheet. New primary color in variables.

This commit is contained in:
2020-03-10 00:25:55 +01:00
parent 54d9060f5f
commit 386551baaf
3 changed files with 104 additions and 1 deletions

View File

@@ -101,6 +101,7 @@ export default {
<style lang="scss" scoped>
@import "../styles/media-queries.scss";
@import "../styles/variables.scss";
.link {
text-decoration: none;
@@ -115,7 +116,7 @@ export default {
width: calc(100% - 80px);
margin-top: 0px;
padding: 0px 40px;
background-color: #dbeede;
background-color: $primary;
-webkit-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65);
-moz-box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65);
box-shadow: 0px 0px 22px -8px rgba(0, 0, 0, 0.65);