Newer
Older
.mat-form-field {
float: left;
padding-left: 10px;
}
}
.search-container {
border-radius: 5px;
background-color: var(--dialog);
margin-bottom: 2%;
position: fixed;
top: 10px;
right: center;
width: 92%;
max-width: 800px;
z-index: 1;
.searchBarButton {
width: 45px !important;
height: 45px !important;
.addButton {
width: 40px;
height: 40px;
margin: 0 5% 0 0;
.addCommentIcon {
transform: scale(1.5);
height: 45px;
width: 45px;
line-height: 100% !important;
.button-bar {
margin-right: 2%;
}
.correct-icon {
color: var(--green);
}
.read-icon {
color: var(--blue);
}
.favorite-icon {
color: var(--red);
}
.unread-icon {
color: var(--yellow);
}
background-color: var(--secondary);
color: var(--on-secondary);
.up {
color: var(--green);
}
.down {
color: var(--red);
}
::placeholder {
.fab-extended {
width: 50%;
min-width: 270px;
height: 40px;
border-radius: 32px;
margin: 10% 0 10% 0;
font-size: large;
background-color: var(--primary);
color: var(--on-primary);
}
.add {
transform: scale(1.4);
margin-right: 4%;
margin-left: 4%;