Merge branch 'master' into jb/product-improvements

This commit is contained in:
Julián Benegas
2020-10-22 19:17:51 -03:00
54 changed files with 576 additions and 295 deletions

View File

@@ -1,5 +1,3 @@
@import './font.css';
:root {
--primary: white;
--primary-2: #f1f3f5;
@@ -16,14 +14,17 @@
--hover-1: rgba(0, 0, 0, 0.15);
--hover-2: rgba(0, 0, 0, 0.25);
--cyan: #50e3c2;
--cyan: #22b8cf;
--green: #37b679;
--red: #da3c3c;
--pink: #ff0080;
--pink: #e64980;
--purple: #f81ce5;
--violet: #7928ca;
--blue: #0070f3;
--violet-light: #7048e8;
--violet: #5f3dc4;
--accents-0: #f8f9fa;
--accents-1: #f1f3f5;
--accents-2: #e9ecef;
@@ -62,10 +63,6 @@
--accents-9: #f8f9fa;
}
.fit {
min-height: calc(100vh - 88px - 41px);
}
*,
*:before,
*:after {

3
assets/components.css Normal file
View File

@@ -0,0 +1,3 @@
.fit {
min-height: calc(100vh - 88px - 41px);
}

8
assets/main.css Normal file
View File

@@ -0,0 +1,8 @@
@import 'tailwindcss/base';
@import './font.css';
@import './base.css';
@import 'tailwindcss/components';
@import './components.css';
@import 'tailwindcss/utilities';

View File

@@ -1,2 +0,0 @@
@tailwind base;
@tailwind components;

View File

@@ -1 +0,0 @@
@tailwind utilities;