@arche-mc2/arche-controls
Version:
We know that there are a ton of react UI library projects to choose from. Our hope with this one is to provide the next generation of react components that you can use to bootstrap your next project, or as a reference for building a UIKit. Read on to get
160 lines (149 loc) • 3.29 kB
CSS
.fc.fc-theme-standard {
width:100%;
}
.fc-toolbar-chunk
{
display:inline-flex
}
button.fc--button.fc-button.fc-button-primary
{
display:none
}
.fc-toolbar-title
{
font-weight:normal;
font-size:1rem ;
margin-top:0.7rem ;
color:#2C2274;
}
button.fc-button.fc-prev-button, button.fc-button.fc-next-button
{
border:none ;
background-color:none
}
button.fc-button.fc-prev-button:hover,
button.fc-button.fc-next-button:hover,
button.fc-button.fc-prev-button:active,
button.fc-button.fc-next-button:active
{
border:none ;
background-color:#FFFFFF ;
color:#2C2274 ;
box-shadow: none ;
}
.fc td.fc-day
{
border:2px solid white;
background-color:#F5F5F5
}
.fc-col-header-cell, .fc-scrollgrid, th.fc-timegrid-axis.fc-scrollgrid-shrink, .fc-theme-standard td
{
border-color:white ;
}
td.fc-timegrid-slot-minor
{
border-bottom:2px solid white ;
}
.fc .fc-scrollgrid-section-sticky > *
{
position: relative;
}
.fc .fc-timegrid-slot-minor
{
border:none;
}
.fc-timegrid-axis-cushion.fc-scrollgrid-shrink-cushion,
a.fc-col-header-cell-cushion,
a.fc-daygrid-day-number,
.fc-timegrid-slot-label
{
color:#2C2274 ;
}
.fc-scroller
{
overflow: hidden
}
.fc-event
{
background:none ;
border:none;
border-radius:0px;
}
button.fc-button.fc-button-active, button.fc-button:disabled
{
background-color: #2C2274 ;
border: 1px solid #2C2274 ;
color:#FFFFFF
}
button.fc-button:focus
{
box-shadow:none
}
button.fc-button.fc-button-active:hover
{
background-color: #181340 ;
border: 1px solid #2C2274 ;
color:#FFFFFF
}
button.fc-button
{
background-color: #FFFFFF ;
border: 1px solid #2C2274 ;
color:#2C2274
}
button.fc-button:hover
{
background-color: #2C2274 ;
border: 1px solid #2C2274 ;
color:#FFFFFF
}
button.fc-button:active
{
background-color: #181340 ;
box-shadow: inset 5px 5px 5px rgba(16, 22, 26, 0.2) ;
border: 1px solid #2C2274 ;
}
.fc-timeGridWeek-view th.fc-col-header-cell.fc-day
{
text-align: left;
}
.fc th
{
font-weight:normal;
text-align: center;
}
.fc-right h2
{
font-weight:normal;
font-size: 16px
}
td.fc-daygrid-day
{
height: 100px;
}
.fc .fc-timegrid-axis-cushion
{
max-width: 69px ;
}
a.fc-daygrid-week-number
{
font-size: 0,68rem;
font-style: italic;
}
.up-calendar .up-calendar__tooltip {
z-index: 100;
border-radius: 4px;
max-width: 15rem;
overflow: hidden;
box-shadow:rgba(0, 0, 0, 0.15) 0px 1px 2px 1px;
}
.up-calendar .up-calendar__tooltip .up-calendar__tooltip__header {
padding: 1rem;
background-color: #2C2274 ;
color: white;
}
.up-calendar .up-calendar__tooltip .up-calendar__tooltip__content {
padding: 1rem;
background-color: white;
color: #2C2274;
}