This repository has been archived on 2022-10-07. You can view files and clone it, but cannot push or open issues or pull requests.
2021-11-13 00:13:34 +00:00
|
|
|
@tailwind base;
|
|
|
|
@tailwind components;
|
|
|
|
@tailwind utilities;
|
2021-12-14 14:14:36 +00:00
|
|
|
|
|
|
|
.maintenance-gradient {
|
|
|
|
background: #00c65e; /* fallback for old browsers */
|
|
|
|
background: -webkit-linear-gradient(to right, #33d17e, #00c65e); /* Chrome 10-25, Safari 5.1-6 */
|
|
|
|
background: linear-gradient(to right, #33d17e, #00c65e);
|
|
|
|
}
|