Skip to content

Commit

Permalink
Mini Restyling (#372)
Browse files Browse the repository at this point in the history
* mini restyling

* Update style.less

* Update package.json

* Update package.json

* Update style.less

* Update package.json
  • Loading branch information
leestanley authored Oct 5, 2020
1 parent 2e195f7 commit 30520e5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion config-overrides.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module.exports = override(
addLessLoader({
javascriptEnabled: true,
modifyVars: {
'@primary-color': '#1DA57A',
'@primary-color': '#62B0FF',
'@success-color': '#22ACEA',
'@text-selection-bg': '#22ACEA',
'@link-color': '#22ACEA',
Expand Down
10 changes: 5 additions & 5 deletions src/components/EventCheckIn/style.less
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
@import '../../styles/vars.less';

.checkin-card {
background-color: @blue-3;
border: 2px solid @blue-5;
border-radius: 10px;
display: flex;
height: @db-card-height;
Expand All @@ -21,7 +21,7 @@
}

h1 {
color: @white;
color: #555;
font-size: @card-heading-1;
font-weight: 700;
margin: 20px 0;
Expand All @@ -35,16 +35,16 @@
}

.input {
border: none;
border: 1px solid #555;
color: @blue-3;
margin-right: 20px;
max-width: 200px;
min-width: calc(100% - 140px);
}

.submit {
background-color: @blue-1;
border: 2px solid @blue-2;
background-color: @blue-5;
border: 2px solid #518bd0;
color: @white;
height: 40px;
min-width: 100px;
Expand Down
1 change: 1 addition & 0 deletions src/styles/mixins.less
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@

.button-hover() {
&:hover {
cursor: pointer;
opacity: 0.85;
transform: translateY(-1px);
transition: 200ms;
Expand Down

0 comments on commit 30520e5

Please sign in to comment.