mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
75 lines
1.1 KiB
SCSS
75 lines
1.1 KiB
SCSS
@import '~src/function.scss';
|
|
|
|
.subject {
|
|
font-size: rem(18);
|
|
width: 100%;
|
|
color:#0d89d1;
|
|
padding-bottom: 5px;
|
|
text-wrap: nowrap;
|
|
}
|
|
/* SPAN */
|
|
.user{
|
|
font-size: rem(15);
|
|
}
|
|
.card-text {
|
|
border: 1px solid #3498db;
|
|
color: #3498db;
|
|
background: white;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
cursor: pointer;
|
|
border-radius: 15px;
|
|
p {
|
|
|
|
margin: 0px;
|
|
}
|
|
.subject {
|
|
max-width: 150px;
|
|
}
|
|
|
|
ion-icon {
|
|
color: black;
|
|
}
|
|
}
|
|
|
|
iframe {
|
|
height: 100%;
|
|
width: 100%;
|
|
}
|
|
|
|
|
|
.selected-attachment {
|
|
border: 3px solid #ffb703 !important;
|
|
color: #3498db !important;
|
|
.user, .date, ion-icon {
|
|
color: #3498db !important;
|
|
}
|
|
|
|
.subject {
|
|
max-width: 200px !important;
|
|
}
|
|
}
|
|
|
|
.document-type{
|
|
border-radius: 20px;
|
|
background: var(--label-bg-color);
|
|
float: right;
|
|
padding: 5px 13.5px 5px 13.5px;
|
|
color: #fff;
|
|
}
|
|
|
|
.attach-title-item {
|
|
.user, .date {
|
|
color: black;
|
|
}
|
|
}
|
|
|
|
|
|
.container-img {
|
|
background-image: url(/assets/gif/theme/gov/Blocks-loader.svg);
|
|
background-repeat: no-repeat;
|
|
background-position-x: center;
|
|
background-position-y: center;
|
|
}
|