From 05ac45f878dbb2e8c5b83435de632ce8477be9d8 Mon Sep 17 00:00:00 2001 From: eupiteco Date: Wed, 1 Aug 2018 23:38:34 -0300 Subject: [PATCH] removed 'SecureDrop' texts and aplied SG components within the SG --- _includes/components/alerts.html | 2 +- _includes/components/badges.html | 2 +- _includes/components/buttons.html | 2 +- _includes/components/cards.html | 2 +- _includes/components/forms.html | 2 +- _includes/components/paginate.html | 2 +- _includes/components/tables.html | 2 +- _includes/visuals/assets.html | 4 ++-- _includes/visuals/colors.html | 2 +- _includes/visuals/grid.html | 2 +- _includes/visuals/icons.html | 2 +- _includes/visuals/typography.html | 2 +- _layouts/home.html | 2 +- _site/assets/styles/components.scss | 10 ++++++++-- _site/assets/styles/main.css | 4 ++-- _site/components/index.html | 14 +++++++------- _site/index.html | 2 +- _site/visuals/index.html | 10 +++++----- assets/styles/components.scss | 10 ++++++++-- 19 files changed, 45 insertions(+), 33 deletions(-) diff --git a/_includes/components/alerts.html b/_includes/components/alerts.html index 169e250..9f2aba5 100644 --- a/_includes/components/alerts.html +++ b/_includes/components/alerts.html @@ -1,5 +1,5 @@
diff --git a/_includes/components/badges.html b/_includes/components/badges.html index d2d00b8..7fc82c6 100644 --- a/_includes/components/badges.html +++ b/_includes/components/badges.html @@ -1,5 +1,5 @@
diff --git a/_includes/components/buttons.html b/_includes/components/buttons.html index ab134d5..251f223 100644 --- a/_includes/components/buttons.html +++ b/_includes/components/buttons.html @@ -1,5 +1,5 @@
-

Buttons

+

Buttons

diff --git a/_includes/components/cards.html b/_includes/components/cards.html index 22c7bd7..02ef6ba 100644 --- a/_includes/components/cards.html +++ b/_includes/components/cards.html @@ -1,5 +1,5 @@
-

Cards

+

Cards

diff --git a/_includes/components/forms.html b/_includes/components/forms.html index fb5bffd..b2ebbb7 100644 --- a/_includes/components/forms.html +++ b/_includes/components/forms.html @@ -1,6 +1,6 @@

diff --git a/_includes/components/paginate.html b/_includes/components/paginate.html index 76fd7db..2674855 100644 --- a/_includes/components/paginate.html +++ b/_includes/components/paginate.html @@ -1,6 +1,6 @@

diff --git a/_includes/components/tables.html b/_includes/components/tables.html index 6a4dc5b..9b3104e 100644 --- a/_includes/components/tables.html +++ b/_includes/components/tables.html @@ -1,5 +1,5 @@
-

Tables

+

Tables

Default
diff --git a/_includes/visuals/assets.html b/_includes/visuals/assets.html index 7dafee3..4b6ee68 100644 --- a/_includes/visuals/assets.html +++ b/_includes/visuals/assets.html @@ -1,5 +1,5 @@
@@ -98,7 +98,7 @@
I2P repo

Download SVG and PNG files

- Visit Repo
diff --git a/_includes/visuals/colors.html b/_includes/visuals/colors.html index 027ab12..e31392d 100644 --- a/_includes/visuals/colors.html +++ b/_includes/visuals/colors.html @@ -1,5 +1,5 @@
diff --git a/_includes/visuals/grid.html b/_includes/visuals/grid.html index c34f099..6091da2 100644 --- a/_includes/visuals/grid.html +++ b/_includes/visuals/grid.html @@ -1,5 +1,5 @@
diff --git a/_includes/visuals/icons.html b/_includes/visuals/icons.html index 9603145..e73a9c8 100644 --- a/_includes/visuals/icons.html +++ b/_includes/visuals/icons.html @@ -1,5 +1,5 @@
-

Icons

+

Icons

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
diff --git a/_includes/visuals/typography.html b/_includes/visuals/typography.html index 0f069f9..f43b25d 100644 --- a/_includes/visuals/typography.html +++ b/_includes/visuals/typography.html @@ -1,5 +1,5 @@
diff --git a/_layouts/home.html b/_layouts/home.html index ca32457..470c44a 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -29,7 +29,7 @@
diff --git a/_site/assets/styles/components.scss b/_site/assets/styles/components.scss index 80edd49..f40e6e8 100644 --- a/_site/assets/styles/components.scss +++ b/_site/assets/styles/components.scss @@ -87,7 +87,14 @@ Overwriting the default size for btn-lg and btn-md */ -.btn-lg, .btn-md { +.btn-primary, +.btn-outline-primary, +.btn-lg, +.btn-large, +.btn-outline-large, +.btn-md, +.btn-medium, +.btn-outline-medium { line-height: 1em; } @@ -135,7 +142,6 @@ border-radius: 2em; padding: .5rem 1rem !important; font-size: 1.25rem !important; - line-height: 1.5; color: $oc-white; &:hover { background-color: $secondary !important; diff --git a/_site/assets/styles/main.css b/_site/assets/styles/main.css index 31d32e7..50ef7b4 100644 --- a/_site/assets/styles/main.css +++ b/_site/assets/styles/main.css @@ -123,7 +123,7 @@ h4.header-display::before { height: 2.25rem; transform: translate(-15px, 0.5625r /* Overwriting the default size for btn-lg and btn-md */ -.btn-lg, .btn-md { line-height: 1em; } +.btn-primary, .btn-outline-primary, .btn-lg, .btn-large, .btn-outline-large, .btn-md, .btn-medium, .btn-outline-medium { line-height: 1em; } .btn-primary { background-color: #4661A9 !important; border-color: transparent !important; padding: 1rem 1.5rem !important; font-size: 1rem; } .btn-primary:hover { background-color: #60AB60 !important; border-color: transparent !important; } @@ -134,7 +134,7 @@ h4.header-display::before { height: 2.25rem; transform: translate(-15px, 0.5625r .btn-medium { background-color: #4661A9 !important; border-color: transparent !important; padding: .5rem 1rem !important; font-size: 1rem !important; color: #ffffff; } .btn-medium:hover { background-color: #60AB60 !important; border-color: transparent !important; color: #ffffff; } -.btn-large { border-radius: .3rem; background-color: #4661A9 !important; border-color: transparent !important; border-radius: 2em; padding: .5rem 1rem !important; font-size: 1.25rem !important; line-height: 1.5; color: #ffffff; } +.btn-large { border-radius: .3rem; background-color: #4661A9 !important; border-color: transparent !important; border-radius: 2em; padding: .5rem 1rem !important; font-size: 1.25rem !important; color: #ffffff; } .btn-large:hover { background-color: #60AB60 !important; border-color: transparent !important; color: #ffffff; } .btn-outline-medium { border-color: #4661A9 !important; color: #4661A9 !important; padding: .5rem 1rem !important; font-size: 1rem !important; background-color: transparent !important; } diff --git a/_site/components/index.html b/_site/components/index.html index babb715..10f2eb6 100644 --- a/_site/components/index.html +++ b/_site/components/index.html @@ -120,7 +120,7 @@
-

Buttons

+

Buttons

@@ -147,7 +147,7 @@
@@ -164,7 +164,7 @@

@@ -187,7 +187,7 @@
-

Tables

+

Tables

Default
@@ -259,7 +259,7 @@
-

Cards

+

Cards

@@ -315,7 +315,7 @@

@@ -339,7 +339,7 @@
diff --git a/_site/index.html b/_site/index.html index 50e81b7..3f7e64a 100644 --- a/_site/index.html +++ b/_site/index.html @@ -90,7 +90,7 @@
diff --git a/_site/visuals/index.html b/_site/visuals/index.html index e32b228..eaa1b20 100644 --- a/_site/visuals/index.html +++ b/_site/visuals/index.html @@ -108,7 +108,7 @@
@@ -178,7 +178,7 @@
@@ -313,7 +313,7 @@
@@ -367,7 +367,7 @@
@@ -466,7 +466,7 @@
I2P repo

Download SVG and PNG files

- Visit Repo
diff --git a/assets/styles/components.scss b/assets/styles/components.scss index 80edd49..f40e6e8 100644 --- a/assets/styles/components.scss +++ b/assets/styles/components.scss @@ -87,7 +87,14 @@ Overwriting the default size for btn-lg and btn-md */ -.btn-lg, .btn-md { +.btn-primary, +.btn-outline-primary, +.btn-lg, +.btn-large, +.btn-outline-large, +.btn-md, +.btn-medium, +.btn-outline-medium { line-height: 1em; } @@ -135,7 +142,6 @@ border-radius: 2em; padding: .5rem 1rem !important; font-size: 1.25rem !important; - line-height: 1.5; color: $oc-white; &:hover { background-color: $secondary !important;