Skip to content

Commit

Permalink
Reworked design
Browse files Browse the repository at this point in the history
  • Loading branch information
MrTimeey committed May 16, 2021
1 parent 19b0a16 commit e32062a
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions src/components/AdditionalTextFields.vue
Original file line number Diff line number Diff line change
Expand Up @@ -53,12 +53,9 @@ export default {
<style lang="scss">
.text-bubble {
z-index: 9999;
-webkit-box-shadow: 2px 3px 7px 2px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 2px 3px 7px 2px rgba(0, 0, 0, 0.1);
box-shadow: 2px 3px 7px 2px rgba(0, 0, 0, 0.1);
background: hsla(0, 0%, 100%, 0.6);
padding: 5px 10px 5px 10px;
border-radius: 10px;
color: ghostwhite;
text-shadow: 3px 3px 3px black;
}
.author {
Expand All @@ -74,7 +71,7 @@ export default {
left: 10px;
top: 10px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 30px;
font-size: 40px;
cursor: pointer;
}
Expand All @@ -83,18 +80,18 @@ export default {
left: 10px;
bottom: 10px;
font-family: 'Yanone Kaffeesatz', sans-serif;
font-size: 20px;
font-size: 30px;
a:not(:last-child) {
padding-right: 10px;
}
}
a {
color: lighten(black, 20%);
color: ghostwhite;
}
a:hover {
color: black;
color: lighten(grey, 10%);
}
.fade-enter-active,
Expand Down

0 comments on commit e32062a

Please sign in to comment.