Skip to content

Commit

Permalink
assets/datepicker//user-indicator: updating styuling for date picker…
Browse files Browse the repository at this point in the history
…, correcting positioning for login btn fixes #1853
  • Loading branch information
Phillippa committed Apr 28, 2020
1 parent 0a0f4fc commit 969af81
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
10 changes: 4 additions & 6 deletions euth_wagtail/assets/scss/components/_datepicker.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,19 +19,17 @@

margin-left: -1px;

&:last-child {
border-top-right-radius: 0.3em;
border-bottom-right-radius: 0.3em;
}

@extend .btn;
@extend .btn--light;

padding: 7px;

span:first-child {
display: inline;

&:before {
font-family: "Font Awesome 5 Free", sans-serif;
font-size: $font-size-large;
font-weight: 300; // for light, formerly -o
content: '\f133'; // calendar
}
Expand Down Expand Up @@ -107,7 +105,7 @@
border: none;

background: $brand-primary;
color: $brand-primary;
color: $white;
box-shadow: none;
text-shadow: none;
}
Expand Down
4 changes: 1 addition & 3 deletions euth_wagtail/assets/scss/components/_user-indicator.scss
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,8 @@
.inner {
border: 2px solid $brand-brand1;
display: block;
left: 0;
padding: 10px;
position: absolute;
top: 15px;
position: relative;
white-space: nowrap;

@media (max-width: $screen-sm-min) {
Expand Down

0 comments on commit 969af81

Please sign in to comment.