mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 05:16:07 +00:00
812 lines
14 KiB
SCSS
812 lines
14 KiB
SCSS
@import '~src/function.scss';
|
|
|
|
ion-content {
|
|
/* --padding-top:15px; */
|
|
/* --padding-end:15px;
|
|
--padding-start:15px; */
|
|
/* --padding-bottom:15px; */
|
|
/* --background:#ecf8ff; */
|
|
}
|
|
|
|
ion-segment {
|
|
overflow: auto;
|
|
}
|
|
|
|
ion-segment-button {
|
|
margin: 0 auto !important;
|
|
padding: 0 !important;
|
|
|
|
--padding-bottom: 0px;
|
|
--padding-top: 5px;
|
|
--margin-bottom: 5px;
|
|
--margin-top: 0px;
|
|
|
|
min-height: rem(25);
|
|
min-width: 25px;
|
|
}
|
|
|
|
:host {
|
|
|
|
// background: #0782c9;
|
|
ion-card-title {
|
|
text-align: center;
|
|
}
|
|
|
|
.title-container {
|
|
background: var(--gabinete-title-container);
|
|
padding: 30px 20px 15px 20px !important;
|
|
//margin-bottom: 15px;
|
|
border-top-left-radius: 25px;
|
|
border-top-right-radius: 25px;
|
|
|
|
.title {
|
|
width: fit-content;
|
|
font-size: rem(25) !important;
|
|
float: left;
|
|
}
|
|
|
|
.btn-no-color {
|
|
display: flex;
|
|
float: right;
|
|
}
|
|
|
|
.title-icon {
|
|
float: right;
|
|
margin-right: 20px;
|
|
font-size: rem(30);
|
|
color: #42b9fe;
|
|
}
|
|
|
|
.title-icons {
|
|
width: fit-content;
|
|
float: right !important;
|
|
align-self: baseline;
|
|
}
|
|
|
|
.title-icons fa-icon {
|
|
font-size: rem(25) !important;
|
|
}
|
|
}
|
|
|
|
ion-card {
|
|
background-color: #d4d5ca;
|
|
border-radius: 20px;
|
|
}
|
|
|
|
ion-item {
|
|
--ion-background-color: #ffffff;
|
|
margin-bottom: 10px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
ion-button {
|
|
color: #000;
|
|
--background: none;
|
|
--border-color: none;
|
|
--box-shadow: none;
|
|
}
|
|
|
|
ion-label {
|
|
padding: 10px;
|
|
}
|
|
}
|
|
|
|
.ion-item-change-color {
|
|
--ion-background-color: #fff2cc !important;
|
|
margin-bottom: 10px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
.div-top-header {
|
|
width: 400px;
|
|
margin: 0 auto;
|
|
background-color: #0782c9;
|
|
overflow: auto;
|
|
padding-top: 15px;
|
|
border: 0 !important;
|
|
|
|
.div-search {
|
|
font-size: rem(45);
|
|
float: left;
|
|
margin: 0 0 0 10px
|
|
}
|
|
|
|
.div-logo {
|
|
background: transparent;
|
|
width: 140px;
|
|
margin: 5px 0 0px 71px;
|
|
float: left;
|
|
}
|
|
|
|
.div-logo img {
|
|
width: 100%;
|
|
}
|
|
|
|
.div-profile {
|
|
font-size: rem(45);
|
|
float: right;
|
|
margin-right: 10px;
|
|
}
|
|
}
|
|
|
|
|
|
/* NEW CSS */
|
|
.main-content {
|
|
width: 100%;
|
|
/* 400px */
|
|
height: 100%;
|
|
font-family: Roboto;
|
|
margin: 0 auto;
|
|
background: var(--gabinete-main-container);
|
|
overflow: hidden;
|
|
padding: 0 !important;
|
|
|
|
.aside-wrapper {
|
|
overflow: hidden;
|
|
|
|
.listview {
|
|
width: 100%t;
|
|
height: auto !important;
|
|
padding: 0px 20px 15px 20px !important;
|
|
overflow: auto;
|
|
}
|
|
}
|
|
|
|
|
|
|
|
.aside {
|
|
align-items: center;
|
|
justify-content: center;
|
|
|
|
.exp-card {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
width: 173px;
|
|
height: 200px;
|
|
margin: 7px;
|
|
padding: 30px 5px 30px 5px;
|
|
border-radius: 15px;
|
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
|
|
background: white;
|
|
border: 1px solid white;
|
|
float: left;
|
|
}
|
|
|
|
.exp-card-long {
|
|
cursor: pointer;
|
|
user-select: none;
|
|
background: white;
|
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
|
|
width: 360px;
|
|
margin: 7px;
|
|
border-radius: 15px;
|
|
padding: 7px;
|
|
border: 1px solid white;
|
|
|
|
.center-div {
|
|
width: fit-content;
|
|
margin: 0 auto;
|
|
overflow: auto;
|
|
|
|
.exp-card-title {
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
|
|
.exp-card-icon {
|
|
width: fit-content;
|
|
font-size: rem(48);
|
|
float: left !important;
|
|
}
|
|
|
|
.exp-card-text {
|
|
padding: 0 !important;
|
|
margin: 0 !important;
|
|
width: fit-content;
|
|
float: left !important;
|
|
}
|
|
}
|
|
|
|
.exp-card-icon {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.exp-card ion-icon {
|
|
font-size: rem(48) !important;
|
|
}
|
|
|
|
.exp-card fa-icon {
|
|
font-size: rem(30);
|
|
padding: 0 1px 0 1px;
|
|
margin: 6px;
|
|
//border: 1px solid #ccc;
|
|
color: #797979;
|
|
}
|
|
|
|
.exp-card-title {
|
|
font-size: rem(15);
|
|
color: var(--title-text-color);
|
|
;
|
|
font-family: Roboto;
|
|
font-weight: bold;
|
|
font-stretch: normal;
|
|
font-style: normal;
|
|
margin: 15px 0 0 10px;
|
|
text-align: center;
|
|
}
|
|
|
|
.exp-card-title p {
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
.exp-card-content {
|
|
font-size: rem(13);
|
|
color: #797979;
|
|
margin: 11px 0 0;
|
|
font-family: Roboto;
|
|
font-weight: 700;
|
|
font-stretch: normal;
|
|
font-style: normal;
|
|
line-height: normal;
|
|
letter-spacing: normal;
|
|
text-align: center;
|
|
}
|
|
|
|
}
|
|
}
|
|
|
|
.title-content {
|
|
height: auto;
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
padding: 0 !important;
|
|
background: transparent;
|
|
}
|
|
|
|
.div-title {
|
|
padding: 0 !important;
|
|
float: left;
|
|
}
|
|
|
|
.title {
|
|
font-size: rem(25);
|
|
}
|
|
|
|
.div-icon {
|
|
float: right;
|
|
font-size: rem(35);
|
|
overflow: auto;
|
|
}
|
|
|
|
/* New list view CSS */
|
|
ion-list {
|
|
background: transparent;
|
|
}
|
|
|
|
.item-wrapper {
|
|
border-radius: 15px;
|
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
|
|
border: 1px solid #e9e9e9 !important;
|
|
background-color: #fff !important;
|
|
margin-bottom: 10px !important;
|
|
padding: rem(15);
|
|
|
|
.item {
|
|
background-color: var(--white);
|
|
margin: 0 auto;
|
|
overflow: hidden;
|
|
|
|
.item-top-detail {
|
|
width: 100%;
|
|
float: left;
|
|
font-family: Roboto;
|
|
font-size: rem(16);
|
|
font-weight: 700;
|
|
color: var(--title-text-color);
|
|
padding-left: 3px;
|
|
|
|
.item-subject {
|
|
width: 84%;
|
|
float: left;
|
|
display: flex;
|
|
|
|
ion-label {
|
|
float: left;
|
|
display: inline;
|
|
margin: 0 !important;
|
|
padding: 2.5px 10.5px 2.5px 10.5px;
|
|
}
|
|
}
|
|
|
|
.item-icon {
|
|
width: fit-content;
|
|
float: right;
|
|
/* font-size: rem(13); */
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
|
|
ion-icon {
|
|
font-size: rem(16);
|
|
color: #42b9fe;
|
|
float: left;
|
|
}
|
|
|
|
label {
|
|
font-size: rem(13);
|
|
}
|
|
}
|
|
}
|
|
|
|
.item-middle-detail {
|
|
font-size: rem(13);
|
|
width: 100%;
|
|
overflow: auto;
|
|
padding-left: 3px;
|
|
//border: 1px solid red;
|
|
margin: 0 !important;
|
|
|
|
.item-remetente {
|
|
//width: 200px;
|
|
font-family: Roboto;
|
|
/* font-size: rem(13); */
|
|
font-weight: normal;
|
|
color: #000000;
|
|
float: left;
|
|
/* border: 1px solid red; */
|
|
|
|
ion-label {
|
|
padding: 2.5px 10.5px 2.5px 10.5px;
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.item-middle-detail-extra {
|
|
font-size: rem(13);
|
|
padding-left: 3px;
|
|
//border: 1px solid red;
|
|
|
|
.item-middle-detail-extra-text {
|
|
//border: 1px solid blue;
|
|
|
|
ion-label {
|
|
padding: 2.5px 10.5px 2.5px 10.5px;
|
|
margin: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.item-bottom-detail {
|
|
font-size: rem(16);
|
|
width: 100%;
|
|
overflow: auto;
|
|
margin-top: 10px;
|
|
padding-bottom: 0 !important;
|
|
|
|
.item-workflow {
|
|
float: left;
|
|
margin: 0 !important;
|
|
align-self: flex-start;
|
|
|
|
|
|
.label {
|
|
border-radius: 15px;
|
|
background: var(--label-bg-color);
|
|
font-size: rem(12);
|
|
float: right;
|
|
padding: 2.5px 13.5px 2.5px 13.5px;
|
|
color: black;
|
|
}
|
|
}
|
|
|
|
.item-date {
|
|
width: auto;
|
|
font-family: Roboto;
|
|
font-size: rem(13);
|
|
font-weight: normal;
|
|
font-stretch: normal;
|
|
font-style: normal;
|
|
line-height: normal;
|
|
letter-spacing: normal;
|
|
color: #797979;
|
|
text-align: right;
|
|
flex-grow: 1;
|
|
|
|
ion-label {
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
.item-middle-detail,
|
|
.item-bottom-detail {
|
|
margin-bottom: 5px;
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
@media only screen and (min-width: 561px) {
|
|
.exp-card-long {
|
|
width: 547px !important;
|
|
}
|
|
}
|
|
|
|
/* @media only screen and (min-width: 749px) {
|
|
.exp-card-long{
|
|
width: 734px !important;
|
|
}
|
|
} */
|
|
|
|
|
|
@media only screen and (min-width: 701px) {
|
|
ion-content {
|
|
--background: transparent;
|
|
}
|
|
|
|
.title {
|
|
font-size: rem(15) !important;
|
|
}
|
|
|
|
.main-content {
|
|
border-top-left-radius: 25px;
|
|
border-top-right-radius: 25px;
|
|
overflow: hidden;
|
|
|
|
.aside-wrapper {
|
|
display: flex;
|
|
width: 35%;
|
|
justify-content: flex-start !important;
|
|
border-right: 1px solid #d8d8d8;
|
|
overflow: hidden;
|
|
|
|
.aside {
|
|
background: transparent;
|
|
|
|
.d-none {
|
|
display: block;
|
|
}
|
|
}
|
|
|
|
.aside-title {
|
|
font-family: Roboto;
|
|
font-size: rem(16) !important;
|
|
text-align: left;
|
|
}
|
|
|
|
.exp-card {
|
|
width: 90% !important;
|
|
justify-content: flex-start !important;
|
|
padding: 10px !important;
|
|
|
|
.exp-card-title {
|
|
text-align: left !important;
|
|
}
|
|
|
|
}
|
|
|
|
.exp-card-long {
|
|
//display: none;
|
|
width: 90% !important;
|
|
cursor: pointer;
|
|
user-select: none;
|
|
background: white;
|
|
box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
|
|
background: white;
|
|
|
|
.center-div {
|
|
display: flex;
|
|
justify-content: center;
|
|
width: 100%;
|
|
margin: 0 !important;
|
|
|
|
.exp-card-text {
|
|
width: calc(100% - 50px);
|
|
}
|
|
}
|
|
|
|
.title1 {
|
|
display: none !important;
|
|
|
|
}
|
|
|
|
.exp-card-title {
|
|
flex: 1;
|
|
float: left !important;
|
|
text-align: left;
|
|
padding-left: 10px;
|
|
}
|
|
|
|
.exp-card-content {
|
|
width: fit-content;
|
|
float: right;
|
|
}
|
|
|
|
.exp-card-text {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
}
|
|
}
|
|
|
|
.aside-content {
|
|
width: 65%;
|
|
display: flex !important;
|
|
background-color: white;
|
|
}
|
|
}
|
|
|
|
.exp-card {
|
|
display: flex;
|
|
align-items: center;
|
|
margin: 0 auto;
|
|
margin-bottom: 15px;
|
|
flex-direction: row !important;
|
|
width: 100%;
|
|
padding: 10px 17px 10px 17px;
|
|
height: unset !important;
|
|
//box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.07);
|
|
|
|
.exp-card-title {
|
|
flex: 1;
|
|
text-align: left;
|
|
margin-top: 0px !important;
|
|
}
|
|
|
|
.exp-card-content {
|
|
margin: 0 !important;
|
|
}
|
|
|
|
.exp-card-content .title1 {
|
|
display: none;
|
|
margin-top: 0px !important;
|
|
}
|
|
|
|
.exp-card-content .number {
|
|
//display: none;
|
|
margin-top: 0px !important;
|
|
}
|
|
}
|
|
|
|
.exp-card-long {
|
|
.exp-card-title {
|
|
text-align: left !important;
|
|
}
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 801px) {
|
|
.title {
|
|
font-size: rem(25) !important;
|
|
}
|
|
|
|
.content {
|
|
width: 65%;
|
|
}
|
|
|
|
.aside-right {
|
|
width: 35%;
|
|
}
|
|
|
|
.aside-title {
|
|
font-family: Roboto;
|
|
font-size: rem(25);
|
|
text-align: left;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1024px) {
|
|
.content {
|
|
width: 70%;
|
|
}
|
|
|
|
.aside-right {
|
|
width: 30%;
|
|
}
|
|
}
|
|
|
|
@media only screen and (min-width: 1140px) {
|
|
.div-icon {
|
|
display: none;
|
|
}
|
|
|
|
.content {
|
|
width: 75%;
|
|
border-right: 1px solid #d8d8d8;
|
|
}
|
|
|
|
.aside-right {
|
|
width: 25%;
|
|
}
|
|
}
|
|
|
|
|
|
.active {
|
|
color: white !important;
|
|
fill: white !important;
|
|
border: var(--gabinete-active-hove-box-border) !important;
|
|
background: var(--gabinete-active-hove-background) !important;
|
|
box-sizing: border-box;
|
|
|
|
.new-task-count {
|
|
color: white;
|
|
}
|
|
|
|
.exp-card-content,
|
|
.icon-selected {
|
|
color: white !important;
|
|
}
|
|
|
|
.exp-card-title {
|
|
color: rgb(255, 255, 255) !important;
|
|
}
|
|
|
|
svg path::part(native) {
|
|
color: white !important;
|
|
fill: white !important;
|
|
}
|
|
|
|
svg path::part(button):hover {
|
|
color: white !important;
|
|
fill: rgb(255, 255, 255) !important;
|
|
}
|
|
|
|
svg {
|
|
path {
|
|
fill: rgb(255, 255, 255) !important
|
|
}
|
|
}
|
|
}
|
|
|
|
.active ion-icon::part(button) {
|
|
color: white !important;
|
|
fill: rgb(255, 255, 255) !important;
|
|
}
|
|
|
|
.active ion-icon::part(native) {
|
|
color: white !important;
|
|
fill: rgb(255, 255, 255) !important;
|
|
}
|
|
|
|
.active ion-icon {
|
|
color: white !important;
|
|
fill: red !important;
|
|
}
|
|
|
|
|
|
.item-skeleton {
|
|
width: 100% !important;
|
|
padding: 0px 20px 0 20px !important;
|
|
border-bottom: 1px solid #ebebeb;
|
|
align-items: center;
|
|
justify-content: space-between;
|
|
flex-direction: row;
|
|
background-color: transparent;
|
|
overflow: auto;
|
|
|
|
.item-icon {
|
|
//margin-top: 28px;
|
|
width: rem(45);
|
|
float: left;
|
|
font-size: rem(40);
|
|
|
|
.item-icon ion-icon {
|
|
color: #061b52;
|
|
}
|
|
}
|
|
|
|
.item-icon2 {
|
|
//margin-top: 23px;
|
|
width: rem(45);
|
|
float: left;
|
|
font-size: rem(40);
|
|
}
|
|
|
|
.item-content {
|
|
width: 100%;
|
|
padding: 15px 0 15px 10px;
|
|
overflow: auto;
|
|
margin-right: 5px;
|
|
|
|
p {
|
|
white-space: nowrap;
|
|
overflow: hidden !important;
|
|
text-overflow: ellipsis !important;
|
|
}
|
|
|
|
.item-content-date {
|
|
color: #797979;
|
|
font-size: rem(13);
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.item-content-title {
|
|
color: var(--title-text-color);
|
|
font-size: rem(15);
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.item-content-detail {
|
|
color: #000000;
|
|
font-size: rem(13);
|
|
margin: 0 !important;
|
|
padding: 0 !important;
|
|
}
|
|
|
|
.item-options {
|
|
color: var(--box-hover-background-color);
|
|
width: 25px;
|
|
font-size: rem(20);
|
|
}
|
|
|
|
.item-content-date-active,
|
|
.item-content-title-active,
|
|
.item-content-detail-active {
|
|
color: #fff;
|
|
}
|
|
}
|
|
|
|
.item-options-active {
|
|
display: none !important;
|
|
}
|
|
}
|
|
|
|
.center-box {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.new-task-count {
|
|
color: red;
|
|
font-size: rem(13);
|
|
}
|
|
|
|
.new-task {
|
|
float: left;
|
|
}
|
|
|
|
.search-input-container {
|
|
background-color: white;
|
|
border-radius: 27.5px;
|
|
border: solid 1px #ebebeb;
|
|
font-size: rem(14);
|
|
|
|
.icon {
|
|
color: #797979;
|
|
width: 41px;
|
|
height: 41px;
|
|
display: flex;
|
|
justify-content: center;
|
|
font-size: rem(25);
|
|
align-items: center;
|
|
}
|
|
|
|
.input-text {
|
|
width: 100%;
|
|
}
|
|
|
|
.icon-z {
|
|
width: 20px;
|
|
}
|
|
}
|
|
|
|
|
|
.activeTab {
|
|
color: #cf1521;
|
|
}
|
|
|
|
|
|
|
|
ion-segment-button {
|
|
width: 27px;
|
|
height: 11px;
|
|
min-width: 27px;
|
|
min-height: 27px;
|
|
} |