Skip to content
This repository has been archived by the owner on Apr 13, 2022. It is now read-only.

Commit

Permalink
update css file
Browse files Browse the repository at this point in the history
  • Loading branch information
kalepail committed Mar 7, 2016
1 parent 019d772 commit de73101
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 9 deletions.
17 changes: 9 additions & 8 deletions dev/sass/_daterange.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@
position: relative;
z-index: 5;
overflow: hidden;
height: 40px;

&:hover {
border-color: $blue;
Expand All @@ -34,9 +35,9 @@
.dr-dates {
display: flex;
align-items: center;
justify-content: space-between;
justify-content: flex-start;
padding: 0 rem(24) 0 rem(12);
min-width: 230px;
min-width: calc(100% - 35px);

.dr-date {
font-size: rem(15);
Expand All @@ -56,12 +57,10 @@
}
}
.dr-dates-dash {
color: $mouse;
position: relative;
top: -2px;
padding: 0 5px;
color: $rat;
padding: 0 10px;
flex-grow: 0;
text-align: center;
font-weight: 600;
}
}
.dr-presets {
Expand Down Expand Up @@ -260,7 +259,7 @@
color: $blue;
font-size: rem(15);
box-shadow: 0 0 5px $mouse;
border-radius: 0 0 $radius $radius;
border-radius: $radius;
position: relative;
overflow: hidden;
z-index: 4;
Expand All @@ -284,6 +283,8 @@
color: $rat;
font-size: rem(12);
margin-left: rem(5);
position: relative;
top: -1px;
}
}
}
Expand Down
2 changes: 1 addition & 1 deletion public/css/application.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit de73101

Please sign in to comment.