This commit is contained in:
2025-04-06 21:49:44 +02:00
parent 7d64ee11bf
commit 466e1dcdce
44 changed files with 1780 additions and 1520 deletions

View File

@@ -1,27 +1,14 @@
@import '@ng-select/ng-select/themes/default.theme.css';
@use 'ngx-sharebuttons/themes/default';
@use 'tailwindcss';
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
@import '@ng-select/ng-select/themes/default.theme.css';
@import '@fortawesome/fontawesome-free/css/all.min.css';
@import 'tailwindcss';
@import 'ngx-sharebuttons/themes/default';
@config "../tailwind.config.js";
.color-automotive {
color: #00bc7d;
}
.color-franchise {
color: #c27aff;
}
.color-service {
color: #16bdca;
}
.color-foodAndRestaurant {
color: #b45309;
}
.color-manufacturing {
color: #f98080;
}
:root {
--text-color-secondary: rgba(255, 255, 255);
--wrapper-width: 1491px;
@@ -45,15 +32,6 @@ app-root {
flex-direction: column;
}
h1,
h2,
h3,
h4,
h5,
h6 {
margin: 0;
}
body,
input,
button,
@@ -124,3 +102,22 @@ input::placeholder,
textarea::placeholder {
color: #999 !important;
}
button.share {
font-size: 13px;
transform: translateY(-2px) scale(1.03);
margin-right: 4px;
margin-left: 2px;
border-radius: 4px;
i {
font-size: 15px;
}
}
.share-edit {
background-color: #0088cc;
}
.share-save {
background-color: #e60023;
}
.share-email {
background-color: #ff961c;
}