Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Fixes for the header to support the new design */
- .ec-header .ec-days {
- background-color: #F7F7FA;
- }
- .ec-day-head {
- border-top: 1px solid var(--ec-border-color) !important;
- }
- .ec-times {
- display: flex;
- border-top: unset;
- }
- .ec-resource {
- min-height: 34px !important;
- flex-basis: content!important;
- }
- .span-month {
- font-size: 1.1em;
- font-weight: bold;
- }
- .ec-month {
- /* Uncomment to apply border styles */
- /* But it's not working for many months */
- /* border-right: 1px solid var(--ec-border-color) !important; */
- /* border-bottom: 1px solid var(--ec-border-color) !important; */
- }
- .ec-month-name {
- font-size: 1.2em;
- font-weight: bold;
- }
- .ec-header {
- display: flex;
- flex-direction: column;
- height: auto;
- /* Adjusted from original height: 44px */
- }
- .ec-months {
- display: flex;
- justify-content: stretch;
- /* padding-bottom: 10px; */
- }
- .ec-months .ec-month {
- flex: 1;
- text-align: center;
- }
- .ec-days {
- display: flex;
- }
- .ec-days .ec-day {
- flex: 1;
- text-align: center;
- }
- .ec-days .ec-day .ec-date {
- margin-top: 5px;
- }
- .ec-days .ec-day .ec-day-head {
- border-top: 1px solid var(--ec-border-color) !important;
- border-bottom: 1px solid var(--ec-border-color) !important;
- border-right: 0;
- }
- .ec-sidebar {
- background-color: #F7F7FA;
- }
- .ec-resource .ec-button {
- border: none !important;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement