new images, tailwindcss 4
This commit is contained in:
@@ -1,19 +1,34 @@
|
||||
@import '@ng-select/ng-select/themes/default.theme.css';
|
||||
@import url('https://fonts.googleapis.com/css?family=Open+Sans&display=swap');
|
||||
@import '@fortawesome/fontawesome-free/css/all.min.css';
|
||||
|
||||
@import 'tailwindcss/base.css';
|
||||
@import 'tailwindcss/components.css';
|
||||
@import 'tailwindcss/utilities.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;
|
||||
// --secondary-color: #ffffff; /* Setzt die secondary Farbe auf weiß */
|
||||
}
|
||||
.p-button.p-button-secondary.p-button-outlined {
|
||||
color: #ffffff;
|
||||
button {
|
||||
cursor: pointer;
|
||||
}
|
||||
html,
|
||||
body,
|
||||
|
||||
Reference in New Issue
Block a user