diff --git a/package.json b/package.json index 4740c17..bb9357f 100644 --- a/package.json +++ b/package.json @@ -9,6 +9,7 @@ }, "dependencies": { "tailwindcss": "^0.7.3", + "tailwindcss-spaced-items": "^0.1.0", "vue": "^2.5.17", "vue-router": "^3.0.2" }, diff --git a/src/components/Environment/ActionCards.vue b/src/components/Environment/ActionCards.vue index a1988a7..99b94e6 100644 --- a/src/components/Environment/ActionCards.vue +++ b/src/components/Environment/ActionCards.vue @@ -10,7 +10,7 @@
-
+
@@ -27,14 +27,14 @@
    -
  • +
  • -
  • +
  • -
  • +
  • -
  • +
-
- -
+
+
+ +
-
-

Site Health

-
-
-

Uptime monitoring

-
+
+

Site Health

+
+
+

Uptime monitoring

+
-
-

- Acquia uses a specially tuned uptime monitoring solution to keep track - of whether your Drupal site is really up and running. -

-
+
+

+ Acquia uses a specially tuned uptime monitoring solution to keep track + of whether your Drupal site is really up and running. +

+
-
- - +
+ + +
-
-
-

Information

-
-
-
Git URL
-
{{ gitUrl }}
-
- -
-
- -
-
SSH URL
-
{{ sshUrl }}
-
- -
-
- -
-
-
IP Address
-
1.2.3.4
+
+

Information

+
+
+
Git URL
+
{{ gitUrl }}
+
+ +
-
-
Region
-
eu-west-1
+
+
SSH URL
+
{{ sshUrl }}
+
+ +
-
-
PHP version
-
7.1
-
+
+
+
IP Address
+
1.2.3.4
+
-
-
Live development mode
-
Off
+
+
Region
+
eu-west-1
+
+ +
+
PHP version
+
7.1
+
+ +
+
Live development mode
+
Off
+
diff --git a/tailwind.js b/tailwind.js index 6410155..5e15f6a 100644 --- a/tailwind.js +++ b/tailwind.js @@ -70,8 +70,13 @@ module.exports = { ...defaultConfig.width, '56': '14rem', }, + shadows: { + ...defaultConfig.shadows, + 'md': '0 0 10px 0 rgba(0,0,0,0.1)' + }, plugins: [ require('tailwindcss/plugins/container')(), + require('tailwindcss-spaced-items')(), require('tailwindcss-visuallyhidden')(), ], } diff --git a/yarn.lock b/yarn.lock index 04eaeef..c297f1d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -7243,6 +7243,11 @@ table@^5.0.2: slice-ansi "2.0.0" string-width "^2.1.1" +tailwindcss-spaced-items@^0.1.0: + version "0.1.0" + resolved "https://registry.yarnpkg.com/tailwindcss-spaced-items/-/tailwindcss-spaced-items-0.1.0.tgz#e7f381e5c780a034bcdbc38a6a2cfb31f828a020" + integrity sha512-YiT1h89fp13r6I+EBM8wS1RWfsTwzHSi4BAnHoTXXQK1GQ53DUCPeFNmiksYSdx2aQLMdp/DTPvErqBVfTALiQ== + tailwindcss-visuallyhidden@^1.0.1: version "1.0.1" resolved "https://registry.yarnpkg.com/tailwindcss-visuallyhidden/-/tailwindcss-visuallyhidden-1.0.1.tgz#ed67ecf6ee48ea0313b5c3c27498467f350be206"