First complete upload on nas
This commit is contained in:
@@ -0,0 +1,113 @@
|
||||
/* ==============
|
||||
Calendar
|
||||
===================*/
|
||||
|
||||
.calendar {
|
||||
float: left;
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.none-border {
|
||||
.modal-footer {
|
||||
border-top: none;
|
||||
}
|
||||
}
|
||||
|
||||
.fc-toolbar {
|
||||
margin-bottom: 8px;
|
||||
h2 {
|
||||
font-size: 18px;
|
||||
font-weight: 600;
|
||||
line-height: 30px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
.fc-day {
|
||||
background: $white;
|
||||
}
|
||||
|
||||
.fc-toolbar .fc-state-active, .fc-toolbar .ui-state-active,
|
||||
.fc-toolbar button:focus, .fc-toolbar button:hover,
|
||||
.fc-toolbar .ui-state-hover {
|
||||
z-index: 0;
|
||||
}
|
||||
|
||||
.fc-widget-header {
|
||||
border: 1px solid $gray-400;
|
||||
background: $primary;
|
||||
color: $white;
|
||||
}
|
||||
|
||||
.fc-widget-content {
|
||||
border: 1px solid $gray-400;
|
||||
}
|
||||
|
||||
.fc {
|
||||
th.fc-widget-header {
|
||||
font-size: 14px;
|
||||
line-height: 20px;
|
||||
padding: 10px 0;
|
||||
font-weight: 700;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
}
|
||||
|
||||
.fc-button {
|
||||
background: $white;
|
||||
border: 1px solid $gray-300;
|
||||
color: $gray-600;
|
||||
text-transform: capitalize;
|
||||
}
|
||||
|
||||
.fc-text-arrow {
|
||||
font-family: arial;
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.fc-state-hover {
|
||||
background: $gray-300;
|
||||
}
|
||||
|
||||
.fc-state-highlight {
|
||||
background: $gray-300;
|
||||
}
|
||||
|
||||
.fc-cell-overlay {
|
||||
background: $gray-300;
|
||||
}
|
||||
|
||||
.fc-unthemed {
|
||||
.fc-today {
|
||||
background: $white;
|
||||
}
|
||||
}
|
||||
|
||||
.fc-event {
|
||||
border-radius: 2px;
|
||||
border: none;
|
||||
cursor: move;
|
||||
font-size: 13px;
|
||||
margin: 5px 0;
|
||||
padding: 5px 5px;
|
||||
text-align: center;
|
||||
background: $primary;
|
||||
color: $white !important;
|
||||
}
|
||||
|
||||
.external-event {
|
||||
color: $white;
|
||||
cursor: move;
|
||||
margin: 10px 0;
|
||||
padding: 6px 10px;
|
||||
}
|
||||
|
||||
.fc-basic-view {
|
||||
td.fc-week-number {
|
||||
span {
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
td.fc-day-number {
|
||||
padding-right: 5px;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user