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.
skynet-webportal/packages/website/src/styles/global.css

20 lines
536 B
CSS
Raw Normal View History

2021-03-23 12:07:19 +00:00
@tailwind base;
@tailwind components;
@tailwind utilities;
2021-03-28 14:46:32 +00:00
.underline-navigation,
.underline-primary-thick {
background-image: linear-gradient(to bottom, #00c65e, #00c65e);
background-position: 0 1.1rem;
background-repeat: repeat-x;
background-size: 2px 2px;
}
.bg-primary-dashed {
background: repeating-linear-gradient(to right, #00c65e, #00c65e 10px, transparent 10px, transparent 15px);
}
.bg-error-dashed {
background: repeating-linear-gradient(to right, #ed5454, #ed5454 10px, transparent 10px, transparent 15px);
}