Skip to content
Snippets Groups Projects

refactor(type):

Merged Valdemar Åstorp Beere requested to merge enhancement/home-page/connect-back-to-front into dev
6 files
+ 422
379
Compare changes
  • Side-by-side
  • Inline
Files
6
@@ -73,7 +73,7 @@ const bubbleDirection = computed(() => {
/* CSS talk bubble */
.border {
border: 0.375rem solid black;
border: 0.1rem solid black;
}
.round {
border-radius: 1.875rem;
@@ -87,11 +87,11 @@ const bubbleDirection = computed(() => {
position: absolute;
width: 0;
height: 0;
left: 1.875rem;
left: 2.3rem;
right: auto;
top: auto;
bottom: -2.5rem;
border: 1.25rem solid;
bottom: -1.5rem;
border: 0.7rem solid;
border-color: black transparent transparent black;
}
.tri-right.btm-left-in:after {
@@ -114,9 +114,10 @@ const bubbleDirection = computed(() => {
width: 0;
height: 0;
left: auto;
right: 1.875rem;
bottom: -2.5rem;
border: 1.25rem solid;
right: 2.3rem;
top: auto;
bottom: -1.5rem;
border: 0.7rem solid;
border-color: black black transparent transparent;
}
.tri-right.btm-right-in:after {
Loading