diff --git a/src/main/resources/static/css/home.css b/src/main/resources/static/css/home.css index 2bed2c1e..bf719259 100644 --- a/src/main/resources/static/css/home.css +++ b/src/main/resources/static/css/home.css @@ -48,7 +48,6 @@ .feature-card .card-text { flex: 1; - margin-left: 3.5rem; } .feature-card:hover { @@ -75,6 +74,18 @@ color: var(--md-sys-color-secondary); } +#tool-icon { +height: 100%; +} + +#tool-text { +margin: 0.5rem 0.5rem 0rem; +} + +.card-title { + margin-bottom: 1rem; +} + /* Only show the favorite icons when the parent card is being hovered over */ .feature-card:hover .favorite-icon { display: block; @@ -89,9 +100,6 @@ /* Reduce vertical padding */ } - - - .lookatme { opacity: 1; position: relative; diff --git a/src/main/resources/static/css/theme/componentes.css b/src/main/resources/static/css/theme/componentes.css index 3f297895..9ab84b03 100644 --- a/src/main/resources/static/css/theme/componentes.css +++ b/src/main/resources/static/css/theme/componentes.css @@ -249,6 +249,10 @@ td { color: var(--md-sys-color-on-surface); } +.modal-header .btn-close { + margin: 0; +} + /* Primary btn */ .btn-primary { color: var(--md-sys-color-on-primary); diff --git a/src/main/resources/static/css/theme/font.css b/src/main/resources/static/css/theme/font.css new file mode 100644 index 00000000..dfb1c1b8 --- /dev/null +++ b/src/main/resources/static/css/theme/font.css @@ -0,0 +1,22 @@ +@font-face { + font-family: 'Material Symbols Rounded'; + font-style: normal; + font-weight: 100 700; + src: url(../../fonts/google-symbol.woff2) format('woff2'); +} + +.material-symbols-rounded { + font-family: 'Material Symbols Rounded'; + font-weight: normal; + font-style: normal; + font-size: 24px; + line-height: 1; + letter-spacing: normal; + text-transform: none; + display: inline-block; + white-space: nowrap; + word-wrap: normal; + direction: ltr; + -webkit-font-feature-settings: 'liga'; + -webkit-font-smoothing: antialiased; +} \ No newline at end of file diff --git a/src/main/resources/static/fonts/google-symbol.woff2 b/src/main/resources/static/fonts/google-symbol.woff2 new file mode 100644 index 00000000..e96cb008 Binary files /dev/null and b/src/main/resources/static/fonts/google-symbol.woff2 differ diff --git a/src/main/resources/templates/fragments/card.html b/src/main/resources/templates/fragments/card.html index d4d1b55e..b6e1ce18 100644 --- a/src/main/resources/templates/fragments/card.html +++ b/src/main/resources/templates/fragments/card.html @@ -3,17 +3,16 @@
- - -
+
+
+
+

+
-
-
-

diff --git a/src/main/resources/templates/fragments/common.html b/src/main/resources/templates/fragments/common.html index 509f0610..46fe7d31 100644 --- a/src/main/resources/templates/fragments/common.html +++ b/src/main/resources/templates/fragments/common.html @@ -61,7 +61,7 @@ - +