mirror of
https://github.com/glenndehaan/unifi-voucher-site.git
synced 2026-03-31 06:24:00 -04:00
Removed unused css. Added a robots.txt. Attempt to block iOS from adding invalid telephone link. Added last sync to guest details. Changed DateTimeFormat from en-US to en-GB
This commit is contained in:
@@ -1,28 +1,3 @@
|
||||
@tailwind base;
|
||||
@tailwind components;
|
||||
@tailwind utilities;
|
||||
|
||||
.divider {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
text-align: center;
|
||||
@apply mt-6;
|
||||
}
|
||||
|
||||
/* To show the lines on right
|
||||
and left sides of the text */
|
||||
.divider::after,
|
||||
.divider::before {
|
||||
content: "";
|
||||
flex: 1;
|
||||
@apply border;
|
||||
}
|
||||
|
||||
/* Space on left and right sides of text */
|
||||
.divider:not(:empty)::before {
|
||||
margin-right: 1em;
|
||||
}
|
||||
|
||||
.divider:not(:empty)::after {
|
||||
margin-left: 1em;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user