diff --git a/app/client/styles/components/_Navigation.scss b/app/client/styles/components/_Navigation.scss index c7d85535d..332143c51 100644 --- a/app/client/styles/components/_Navigation.scss +++ b/app/client/styles/components/_Navigation.scss @@ -1,15 +1,3 @@ // ----------------------------------------------------------------------------- // This file contains all styles related to the Navigation component. // ----------------------------------------------------------------------------- - - -// .avatar { -// } -// .circle { -// width: 80px; -// height: 80px; -// border-radius: 80px; -// // border: solid 2px #D6D3CD; -// background-color: #D6D3CD; -// justify-content: center; -// } diff --git a/app/client/styles/components/_Welcome.scss b/app/client/styles/components/_Welcome.scss index 7370f8d33..00d2fe476 100644 --- a/app/client/styles/components/_Welcome.scss +++ b/app/client/styles/components/_Welcome.scss @@ -23,8 +23,8 @@ input, button:disabled, button[disabled], input[type="button"] { - background-color: #D6D3CD !important; - color: #1B1E1F !important; + background-color: #D6D3CD; + color: #1B1E1F; } .form {