Something went wrong on our end
-
Florian Azizian authoredFlorian Azizian authored
notes-list.component.scss 1.00 KiB
@import '../../css/vars.scss';
.mat-card {
margin: 20px;
padding: 0;
box-shadow: none;
border: solid 1px rgba(0, 0, 0, 0.12);
}
.mat-card-header {
background: #F9F9F9;
padding: 10px;
}
.mat-card-avatar {
height: auto;
width: auto;
border-radius: 0;
display: flex;
text-align: center;
i {
flex: 1;
font-size: 25px;
margin: auto;
}
}
.mat-card-title {
font-size: 14px;
font-weight: bold;
margin: 0;
}
.mat-card-subtitle {
margin: 0;
padding-top: 5px;
}
.dateNote {
position: absolute;
right: 10px;
top: 13px;
font-size: 12px;
margin: 0;
color: $primary;
}
.removeNote {
position: absolute;
top: 22px;
right: 0px;
}
.editNote {
margin-right: -10px;
color: $primary;
}
.noteTextContent {
white-space: pre-line;
padding: 30px;
}
.noteRestriction {
background-color: rgba(0, 0, 0, 0.4);
white-space: normal;
display: inline-block;
margin: 5px !important;
}