glide-design-system
Version:
Glide design system is an open-source React component library. It offers numerous benefits that make them essential tools for design and development teams.
257 lines (232 loc) • 4.7 kB
CSS
.parentContainer {
margin-top: 70px;
}
.dateString {
font-size: 18px;
font-weight: 900;
font-family: 'Roboto', sans-serif;
}
.date {
display: flex;
justify-content: left;
align-items: center;
font-size: 14px;
color: #4c92c6;
cursor: pointer;
}
.nonSelectable {
user-select: none; /* Standard */
-moz-user-select: none; /* Firefox */
-webkit-user-select: none; /* Safari */
-ms-user-select: none; /* IE 10 and 11 */
}
.name {
display: flex;
justify-content: left;
align-items: center;
font-size: 14px;
text-transform: capitalize;
}
.paginationContainer {
display: flex;
justify-content: space-around;
gap: 8px;
margin-top: 8px;
align-items: center;
}
.tableContainer {
border-collapse: collapse;
}
.tableRowStyle {
border: 1px solid #ddd;
height: 70px;
}
.tableTimeFieldStyle {
border-right: 1px solid rgb(218, 220, 224);
height: 70px;
display: flex;
/* margin-left: 10PX; */
}
.tableColStyle {
width: 100%;
border-right: 1px solid rgb(218, 220, 224);
height: 70px;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}
.tableColStyle2 {
width: 100%;
border-right: 1px solid rgb(218, 220, 224);
height: 70px;
display: flex;
align-items: center;
align-content: center;
justify-content: center;
}
.tableParent {
border-top: none;
border-left: none;
margin: 10px;
margin-right: 40px;
margin-left: 40px;
margin-top: 110px;
}
.eventCellSelected {
background-color: lightblue;
}
.daysNameContainer {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
border-bottom: 1px solid rgb(218, 220, 224);
align-items: center;
min-width: 123px;
}
.timeContainer {
display: grid;
grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
border-bottom: 1px solid rgb(218, 220, 224);
align-items: center;
}
.hourField {
width: 65px;
color: gray;
font-size: 14px;
font-family: 'Roboto', sans-serif;
}
.day {
font-size: 14px;
font-family: 'Roboto', sans-serif;
color: grey;
}
.date {
font-size: 24px;
font-family: 'Roboto', sans-serif;
color: grey;
}
.todayDate {
font-size: 20px;
font-family: 'Roboto', sans-serif;
color: white;
border-radius: 50%;
background-color: #0a5b99;
border: none;
padding: 6px;
width: 40px;
height: 40px;
align-items: center;
display: flex;
justify-content: center;
margin-bottom: 4px;
}
.todayDay {
font-size: 14px;
font-family: 'Roboto', sans-serif;
color: #0a5b99;
}
.modalHeader {
background-color: #f2f2f2;
display: flex;
justify-content: space-between;
border-radius: 5px;
align-items: center;
padding-left: 10px;
padding-right: 10px;
margin-bottom: 15px;
}
.headerContents {
padding-top: 15px;
padding-bottom: 15px;
}
.header {
font-size: 18px;
font-family: 'Roboto Bold', Roboto, sans-serif;
font-weight: 600;
}
.editContainer {
display: flex;
gap: 5px;
align-items: center;
cursor: pointer;
}
.contentContainer {
margin-left: 10px;
margin-right: 10px;
}
.contentHeader {
display: flex;
gap: 8px;
align-items: center;
color: rgb(32, 103, 167);
margin-bottom: 15px;
}
.descrptionType {
font-family: 'Roboto', sans-serif;
text-transform: capitalize;
}
.descrptionMOdalType {
font-family: 'Roboto', sans-serif;
text-transform: capitalize;
font-size: 18px;
}
.timeField {
display: flex;
gap: 8px;
align-items: center;
font-size: 16px;
font-family: 'Roboto', sans-serif;
margin-bottom: 15px;
margin-top: 15px;
}
.projetHeader {
font-weight: 500 ;
font-family: 'Roboto Medium', Roboto, sans-serif;
font-size: 14px ;
margin-left: 5px ;
}
.projectName {
font-family: 'Roboto Medium', Roboto, sans-serif;
font-size: 16px ;
margin-left: 5px ;
margin-bottom: 15px ;
}
.descrptionStatus {
margin-right: 8px ;
text-transform: capitalize ;
padding: 3px ;
border-radius: 5px ;
font-size: 12px ;
}
.todayBtn {
margin-right: 10px;
padding-left: 18px;
padding-right: 18px;
font-family: 'Roboto Medium', Roboto, sans-serif;
background-color: white;
border: 1px solid #ddd;
border-radius: 5px;
padding-top: 6px;
padding-bottom: 6px;
}
.userList{
padding-top: 5px;
padding-bottom: 5px;
min-width: 200px;
border-radius: 5px;
font-family: 'Roboto Medium', Roboto, sans-serif;
display: none;
}
.calenderHeaderContainer{
width: 100%;
min-height: 80px;
border-bottom: 1px solid #DDD;
}
.calenderHeader{
display: flex;
justify-content: space-between;
align-items: center;
gap: 10px;
flex-wrap: wrap;
padding: 20px;
}