Skip to content
Merged
Changes from 1 commit
Commits
Show all changes
62 commits
Select commit Hold shift + click to select a range
d26dac8
Update primary and background color
obulat Feb 6, 2020
a55e713
Style Help section according to the mockup
obulat Feb 6, 2020
4791603
mockup code
obulat Feb 7, 2020
ccbdab4
Setup vuex store
obulat Feb 10, 2020
856e795
Add vuex to components
obulat Feb 10, 2020
1976966
Clean up vuex store, show Copyright Waiver if CC0
obulat Feb 10, 2020
cb37181
Remove old components
obulat Feb 10, 2020
8b146d6
Add Dropdown step
obulat Feb 10, 2020
4394bcf
Set icon size to 35 px as in the mockup
obulat Feb 10, 2020
a5940ab
Add vuex to AttributionDetails component
obulat Feb 10, 2020
ae0004f
Review strings
obulat Feb 10, 2020
909e13e
Move store to /src and remove local functions from store
obulat Feb 11, 2020
9fc52cc
Move local data and functions from store to components
obulat Feb 11, 2020
126a4d9
Rename components: VerticalStep and VerticalStepper to Step and Stepper
obulat Feb 13, 2020
0d1c5c4
Add own Header and LocaleChooser components for launch of v1
obulat Feb 13, 2020
02655e5
Add language icon to LocaleChooser
obulat Feb 13, 2020
d07a645
Add Footer
obulat Feb 13, 2020
bd0b362
Add some Vocabulary typography styles
obulat Feb 13, 2020
562833e
Replace Vocabulary footer with own Footer component in App.vue
obulat Feb 13, 2020
e5522f3
Add white icons for Footer
obulat Feb 13, 2020
4e3555e
Some style fixes
obulat Feb 13, 2020
9634a24
Add arrow-right.png icon
obulat Feb 13, 2020
1eba7d8
Remove default options from Stepper
obulat Feb 16, 2020
1992565
Remove old LicenseCard component
obulat Feb 17, 2020
07c944e
Fix vuex bugs after removing default license state
obulat Feb 17, 2020
a98a9d6
Update steps and Stepper styles
obulat Feb 17, 2020
fa1fd10
Update right column styles
obulat Feb 17, 2020
74f2ad3
Refactor vocabulary header styles
obulat Feb 17, 2020
8ed862b
Update Footer, LocaleChooser and HelpSection styles
obulat Feb 17, 2020
4432690
Small fixes to strings, icons and header styles
obulat Feb 17, 2020
a328303
Remove console.log statements
obulat Feb 17, 2020
a2de993
Update License Card strings and styles
obulat Feb 17, 2020
0170e39
Update Header and Stepper naming
obulat Feb 18, 2020
e2622d1
Add LicenseCode component for generating License richtext
obulat Feb 18, 2020
b4a543f
Add license code references and functions
obulat Feb 18, 2020
95cf8b8
Review strings and string names
obulat Feb 18, 2020
b070efd
Fix missing strings, remove old SelectedLicenseInfo component
obulat Feb 18, 2020
5b8af35
Update Vuex and Stepper data handling
obulat Feb 20, 2020
382ac7e
Fix regression bug with currentStepId and visible steps
obulat Feb 20, 2020
c37db65
Add Help item for Free Culture Licenses
obulat Feb 20, 2020
c406081
Update language
obulat Feb 20, 2020
0ea217c
Remove unnecessary Vuex getters
obulat Feb 20, 2020
ee2218d
Update styles for SelectedLicenseCode and LicenseUseCard
obulat Feb 20, 2020
6dda97a
Make 'Next' button disabled on CopyrightWaiverStep after checkbox uns…
obulat Feb 21, 2020
22335a2
Make 'Next' button on Dropdown step enabled if navigated back after l…
obulat Feb 21, 2020
425298d
Add mode to license url generation to remove '?ref=ccchooser' from th…
obulat Feb 21, 2020
0820417
Fix LocaleSelector style, put it on top on mobile screen
obulat Feb 21, 2020
6ef753b
Small fixes in language and style
obulat Feb 21, 2020
93fda80
Format License Code for Print and Media
obulat Feb 23, 2020
be42999
Styling fixes for HelpSection
obulat Feb 23, 2020
a7597d5
Fix bug when selecting ND from the dropdown would activate unnecessar…
obulat Feb 23, 2020
c4b97db
Fix LocaleChooser on narrow screen: set to two lines
obulat Feb 23, 2020
7bb2700
Add fix to Stepper updating Visible and Enabled steps
obulat Feb 23, 2020
4b1d0d7
Update some strings
obulat Feb 23, 2020
edb7e4f
Remove blue outline from radio:hover state
obulat Feb 23, 2020
b21174a
Build the site
obulat Feb 23, 2020
61588a8
Address review comments on style
obulat Feb 24, 2020
3d27a85
Add Noun Project link, add periods at the ends of sentences, update R…
obulat Feb 24, 2020
a9445a3
Build the site
obulat Feb 24, 2020
a848d2d
Remove unnecessary period and reformat footer text
obulat Feb 25, 2020
91c32ad
Build the site
obulat Feb 25, 2020
10c898d
Fix footer links and Build the site
obulat Feb 25, 2020
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
Next Next commit
Update primary and background color
Signed-off-by: Olga Bulat <obulat@gmail.com>
  • Loading branch information
obulat committed Feb 6, 2020
commit d26dac808ff5a1417058d683e26109cd58e0c7bd
8 changes: 1 addition & 7 deletions src/App.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,7 @@ export default {
<style lang="scss">
// Import Bulma's core
@import "~bulma/sass/utilities/_all";
$primary: hsl(13, 84%, 56%);
$background: hsl(0, 0%, 88%);
$body-background-color:hsl(0,0%, 88%);
$primary: hsl(138, 95%, 33%);

// Links
$link: $primary;
Expand All @@ -71,9 +69,6 @@ export default {
// Import Bulma and Buefy styles
@import "~bulma";
@import "~buefy/src/scss/buefy";
</style>
<style>

@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro%3A%20400%2C600%2C700%7CRoboto+Condensed&ver=4.9.8");

#app {
Expand Down Expand Up @@ -159,7 +154,6 @@ export default {
}

.vocab.footer {
font-family: Source Sans Pro, Noto Sans, Arial, Helvetica Neue, Helvetica, sans-serif;
line-height: 1.2;
}
</style>