add outline to docked button

This commit is contained in:
Sharon Kennedy 2020-04-28 17:48:27 -04:00
parent 2917756e7a
commit 67933eae5d
1 changed files with 2 additions and 2 deletions

View File

@ -56,7 +56,7 @@
flex: 1 1 auto;
text-align: left;
margin-right: 0.25rem;
border: 1px solid $theme-color;
border: 1px solid $dark-color;
border-radius: 10px;
transition: all 0.2s ease-in-out;
}
@ -69,7 +69,7 @@
display: flex;
justify-content: center;
align-items: center;
border: 1px solid $theme-color;
border: 1px solid $dark-color;
transition: all 0.2s ease-in-out;
}