-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #627 from fedspendingtransparency/staging
Sprint 56 Deploy
- Loading branch information
Showing
199 changed files
with
4,066 additions
and
1,288 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,30 +1,47 @@ | ||
.primary-checkbox-type { | ||
@import "./_sharedCheckboxStyle"; | ||
@include sharedCheckboxStyle; | ||
|
||
&.single-item { | ||
padding-left: rem(19); | ||
} | ||
svg { | ||
fill: $color-gray-dark; | ||
height: rem(11); | ||
width: rem(11); | ||
position: relative; | ||
|
||
.primary-checkbox-wrapper { | ||
@include display(flex); | ||
@include justify-content(center); | ||
@include align-items(center); | ||
} | ||
|
||
.toggle { | ||
@include button-unstyled; | ||
display: inline-block; | ||
@include flex(0 0 auto) | ||
width: rem(11); | ||
height: rem(28); | ||
vertical-align: middle; | ||
margin-right: rem(8); | ||
float: left; | ||
|
||
cursor: pointer; | ||
|
||
&.hidden-button { | ||
opacity: 0.3; | ||
cursor: not-allowed; | ||
} | ||
|
||
span { | ||
// this is for the animation group | ||
margin: 0; | ||
top: 0; | ||
} | ||
|
||
svg { | ||
fill: $color-gray-dark; | ||
height: rem(11); | ||
width: rem(11); | ||
position: relative; | ||
pointer-events: none; | ||
} | ||
} | ||
|
||
.checkbox-item-wrapper { | ||
@include flex(1 1 auto); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,25 @@ | ||
.secondary-checkbox-type { | ||
@import "./_sharedCheckboxStyle"; | ||
@include sharedCheckboxStyle; | ||
.checkbox-type-item-wrapper { | ||
padding: 0 rem(10) 0 rem(40); | ||
|
||
margin-left: rem(40); | ||
|
||
.checkbox-item-wrapper { | ||
@include display(flex); | ||
@include justify-content(center); | ||
@include align-items(center); | ||
|
||
margin-right: rem(10); | ||
|
||
input[type=checkbox] { | ||
margin-top: rem(12); | ||
vertical-align: top; | ||
margin-top: rem(4); | ||
@include flex(0 0 auto); | ||
@include align-self(flex-start); | ||
|
||
width: rem(14); | ||
height: rem(14); | ||
} | ||
label { | ||
vertical-align: middle; | ||
.checkbox-item-label { | ||
@include flex(1 1 auto); | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,7 @@ img { | |
.media-link { | ||
@include media-link(); | ||
} | ||
|
||
figure { | ||
margin: 0; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,47 +1,50 @@ | ||
//MEDIA QUERIES FOR THE TREEMAP LANDING SECTION OF THE HOMEPAGE | ||
@mixin treeMapLangingMQ () { | ||
@include media($tablet-screen) { | ||
width: $site-max-width; | ||
background: url(#{$image-path}/treasury_building.png) no-repeat center bottom; | ||
& h3 { | ||
@include span-columns(4); | ||
@include setText(rem(35)); | ||
text-align: right; | ||
} | ||
& h5 { | ||
@include span-columns(4); | ||
@include setText(rem(18)); | ||
text-align: right; | ||
margin-left: rem(20); | ||
width: 45%; | ||
.treemap-intro-text { | ||
.treemap-intro-bottom { | ||
@include setText(rem(35)); | ||
text-align: right; | ||
} | ||
.treemap-intro-top { | ||
@include setText(rem(18)); | ||
text-align: right; | ||
} | ||
} | ||
} | ||
@include media($medium-screen) { | ||
& h3 { | ||
@include span-columns(5.4); | ||
@include setText(rem(35)) letter-spacing: rem(-1); | ||
} | ||
& h5 { | ||
@include span-columns(5.4); | ||
@include setText(rem(18)) | ||
width: 35%; | ||
.treemap-intro-text { | ||
.treemap-intro-bottom { | ||
@include setText(rem(35)) letter-spacing: rem(-1); | ||
} | ||
.treemap-intro-top { | ||
@include setText(rem(18)) | ||
} | ||
} | ||
} | ||
@include media($large-screen) { | ||
& h3 { | ||
@include span-columns(6.5); | ||
@include setText(rem(50)) | ||
} | ||
& h5 { | ||
@include span-columns(6.5); | ||
@include setText(rem(24)) | ||
width: 40%; | ||
.treemap-intro-text { | ||
.treemap-intro-bottom { | ||
@include setText(rem(50)) | ||
} | ||
.treemap-intro-top { | ||
@include setText(rem(24)) | ||
} | ||
} | ||
} | ||
@include media($x-large-screen) { | ||
& h3 { | ||
@include span-columns(7.5); | ||
@include setText(rem(55)) | ||
} | ||
& h5 { | ||
@include span-columns(7.5); | ||
@include setText(rem(28)) | ||
width: 40%; | ||
.treemap-intro-text { | ||
.treemap-intro-bottom { | ||
@include setText(rem(55)) | ||
} | ||
.treemap-intro-top { | ||
@include setText(rem(28)) | ||
} | ||
} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.