From f91c6d193a2a475940b0cd29d4a33b6bd9e1c0c9 Mon Sep 17 00:00:00 2001 From: Joshua Arts Date: Mon, 23 Jul 2018 14:40:41 -0400 Subject: [PATCH] make features appear non-clickable --- app/assets/stylesheets/main.scss | 9 +------ app/views/shared/_features.html.erb | 38 ++++++++++++++--------------- config/locales/en.yml | 1 + 3 files changed, 21 insertions(+), 27 deletions(-) diff --git a/app/assets/stylesheets/main.scss b/app/assets/stylesheets/main.scss index 27a3d0c4..b04f35d7 100644 --- a/app/assets/stylesheets/main.scss +++ b/app/assets/stylesheets/main.scss @@ -12,14 +12,7 @@ } .feature-stamp { - width: 7vw !important; - height: 7vw !important; - font-size: 1vw; -} - -.feature-icon { - transform: translateY(-50%); - margin-top: 50%; + border-radius: 6px; } .or-line { diff --git a/app/views/shared/_features.html.erb b/app/views/shared/_features.html.erb index 02ef73b2..c9bc627a 100644 --- a/app/views/shared/_features.html.erb +++ b/app/views/shared/_features.html.erb @@ -1,24 +1,24 @@ -

<%= t("features.title") %>

+

<%= t("features.title") %>

-
-
- - - -

<%= t("features.rooms") %>

-
-
- - - -

<%= t("features.recordings") %>

-
-
- - - -

<%= t("features.designs") %>

+
+
+
+ +

<%= t("features.rooms") %>

+
+
+ +

<%= t("features.recordings") %>

+
+
+ +

<%= t("features.designs") %>

+
+
+ +

<%= t("features.authentication") %>

+
diff --git a/config/locales/en.yml b/config/locales/en.yml index 66db4a18..5503a39a 100644 --- a/config/locales/en.yml +++ b/config/locales/en.yml @@ -30,6 +30,7 @@ en: rooms: Personalized Rooms recordings: Recording Management designs: Custom Designs + authentication: User Authentication footer: powered_by: Powered by %{href}. go_back: Go back