Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setup for cn/htf/snd flags #1431

Merged
merged 29 commits into from
Apr 16, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit Hold shift + click to select a range
f422977
initial setup for CN flag
SidelineCory24 Apr 6, 2021
d831abc
Merge branch 'dev' into update/snd-cn-htf-flags
SidelineCory24 Apr 6, 2021
ee4d1d3
initial setup for HTF/SND flag
SidelineCory24 Apr 6, 2021
45962c0
adding flags to condensed cards
SidelineCory24 Apr 6, 2021
f90b4d4
hooking in htf & snd flags
SidelineCory24 Apr 7, 2021
6ea0755
audit/adding flags
SidelineCory24 Apr 7, 2021
b27fc4a
Merge branch 'dev' into update/snd-cn-htf-flags
SidelineCory24 Apr 7, 2021
2faf358
position details ribbon styling
SidelineCory24 Apr 8, 2021
b418276
bureau results card ribbon styling
SidelineCory24 Apr 8, 2021
88089d7
compare list ribbon styling
SidelineCory24 Apr 8, 2021
c41ad07
compare list styling update & condensed styling testing
SidelineCory24 Apr 9, 2021
9194e4f
results card styling
SidelineCory24 Apr 12, 2021
f054814
styling update to show abbreviated name
SidelineCory24 Apr 12, 2021
0a18b28
condensed card styling
SidelineCory24 Apr 12, 2021
95b8a7d
snapshot updates
SidelineCory24 Apr 12, 2021
11180c6
Merge branch 'dev' into update/snd-cn-htf-flags
SidelineCory24 Apr 12, 2021
ceec764
updated condensed card styling for edge cases
SidelineCory24 Apr 13, 2021
a17db09
PR feedback updates
SidelineCory24 Apr 14, 2021
75b9218
PR feedback for box shadow on bureau results card
SidelineCory24 Apr 14, 2021
3edd240
removing trailing semicolon
SidelineCory24 Apr 14, 2021
a3aeded
Merge branch 'dev' into update/snd-cn-htf-flags
SidelineCory24 Apr 14, 2021
131518b
more PR feedback updates
SidelineCory24 Apr 14, 2021
be97041
PR feedback update due to styling changes
SidelineCory24 Apr 15, 2021
55b420c
snapshot update
SidelineCory24 Apr 15, 2021
5aeee06
PR feedback styling update for inbidlist/featured results card
SidelineCory24 Apr 15, 2021
fffee43
Merge branch 'dev' into update/snd-cn-htf-flags
SidelineCory24 Apr 16, 2021
fb81a6d
styling fix for bureau results card
SidelineCory24 Apr 16, 2021
415da5e
Merge branch 'dev' into update/snd-cn-htf-flags
SidelineCory24 Apr 16, 2021
64fc975
bringing shadow back
SidelineCory24 Apr 16, 2021
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/sass/_condensedCard.scss
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ $condensed-card-data-padding: 15px 20px 9px;
font-size: 16px;
line-height: 19px;
margin-bottom: $condensed-card-margin-bottom;
width: 350px;
width: 360px;
SidelineCory24 marked this conversation as resolved.
Show resolved Hide resolved

.bid-count-container {
display: flex;
Expand Down
2 changes: 1 addition & 1 deletion src/sass/_ribbon.scss
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ $ribbon-shadow-color: rgba(112, 112, 112, .5);
}

.ribbon-condensed-card {
width: 40px;
width: 35px;
}

.ribbon-wide {
Expand Down