2023-10-20 17:05:39 +01:00
|
|
|
@import "~src/function.scss";
|
2023-07-07 12:03:03 +01:00
|
|
|
|
2023-07-06 12:18:15 +01:00
|
|
|
@media only screen and (min-width: 100px) {
|
2023-10-20 17:05:39 +01:00
|
|
|
:host {
|
2023-07-06 12:18:15 +01:00
|
|
|
font-size: 14px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
@media only screen and (min-width: 500px) {
|
2023-10-20 17:05:39 +01:00
|
|
|
:host {
|
2023-07-07 12:03:03 +01:00
|
|
|
font-size: rem(16);
|
2023-07-06 12:18:15 +01:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
:host {
|
2021-04-23 10:35:53 +01:00
|
|
|
// background: #0782c9;
|
2020-12-01 14:03:15 +01:00
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
ion-content {
|
2020-12-01 14:03:15 +01:00
|
|
|
--background: transparent;
|
|
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
ion-toolbar {
|
2020-12-01 14:03:15 +01:00
|
|
|
border-width: 0 !important;
|
2020-12-15 19:37:42 +01:00
|
|
|
--padding-top: 0px !important;
|
|
|
|
|
--padding-start: 0px !important;
|
|
|
|
|
--padding-right: 0px !important;
|
|
|
|
|
--padding-end: 0px !important;
|
2020-12-01 14:03:15 +01:00
|
|
|
}
|
2021-03-11 15:44:19 +01:00
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
.div-top-header {
|
|
|
|
|
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;
|
2020-12-15 19:37:42 +01:00
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
.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;
|
2020-11-30 16:08:29 +01:00
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
}
|
2021-09-01 17:32:11 +01:00
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
ion-content {
|
|
|
|
|
// --background:#0782c9;
|
|
|
|
|
--border: none;
|
|
|
|
|
}
|
|
|
|
|
.main-header {
|
|
|
|
|
width: 100%; /* 400px */
|
|
|
|
|
height: 100%;
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
color: #000;
|
|
|
|
|
transform: translate3d(0, 1px, 0);
|
|
|
|
|
|
|
|
|
|
.title-content {
|
|
|
|
|
margin: 0px auto;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
background: #fff;
|
|
|
|
|
}
|
|
|
|
|
.div-title {
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
}
|
|
|
|
|
.div-icon {
|
|
|
|
|
display: flex;
|
|
|
|
|
/* width: rem(45);
|
2021-04-07 16:46:21 +01:00
|
|
|
float: right; */
|
2023-10-20 17:05:39 +01:00
|
|
|
font-size: rem(35);
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
align-items: center;
|
|
|
|
|
justify-content: flex-end;
|
2020-12-15 19:37:42 +01:00
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
.div-icon ion-icon {
|
|
|
|
|
float: right;
|
|
|
|
|
padding-left: 10px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.main-content {
|
|
|
|
|
font-family: Roboto;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
|
|
|
|
|
.aside-left {
|
|
|
|
|
border-right: 1px solid #d8d8d8;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
|
|
|
|
|
.main-header {
|
|
|
|
|
overflow: inherit !important;
|
|
|
|
|
padding: 30px 20px 15px 20px !important;
|
|
|
|
|
}
|
2021-06-30 11:00:59 +01:00
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
.aside {
|
|
|
|
|
//padding: 0px 20px 0 20px !important;
|
2021-03-30 15:35:22 +01:00
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
}
|
|
|
|
|
.content {
|
|
|
|
|
//border: 1px solid red;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
ion-item {
|
|
|
|
|
--background: transparent;
|
|
|
|
|
}
|
|
|
|
|
.item {
|
|
|
|
|
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;
|
2021-03-30 15:35:22 +01:00
|
|
|
}
|
2020-11-30 16:08:29 +01:00
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
.item-icon2 {
|
|
|
|
|
//margin-top: 23px;
|
|
|
|
|
float: left;
|
2021-09-01 17:32:11 +01:00
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
|
|
|
|
|
.item-content {
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 15px 0 15px 10px;
|
2021-09-02 13:19:50 +01:00
|
|
|
overflow: auto;
|
2023-10-20 17:05:39 +01:00
|
|
|
margin-right: 5px;
|
2021-06-30 15:01:07 +01:00
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
p {
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden !important;
|
|
|
|
|
text-overflow: ellipsis !important;
|
|
|
|
|
}
|
2021-06-30 15:01:07 +01:00
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
.item-content-date {
|
|
|
|
|
color: #797979;
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
padding: 0 !important;
|
2021-06-30 15:01:07 +01:00
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
.item-content-title {
|
|
|
|
|
color: var(--title-text-color);
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
padding: 0 !important;
|
|
|
|
|
max-width: 200px;
|
|
|
|
|
white-space: nowrap;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
text-overflow: ellipsis;
|
2021-06-30 15:01:07 +01:00
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
.item-content-detail {
|
|
|
|
|
color: #000000;
|
|
|
|
|
font-size: rem(15);
|
|
|
|
|
margin: 0 !important;
|
|
|
|
|
padding: 0 !important;
|
2021-06-30 15:01:07 +01:00
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
.item-options {
|
|
|
|
|
color: var(--box-hover-background-color);
|
|
|
|
|
width: rem(25);
|
|
|
|
|
font-size: rem(20);
|
|
|
|
|
}
|
|
|
|
|
.item-content-date-active,
|
|
|
|
|
.item-content-title-active,
|
|
|
|
|
.item-content-detail-active {
|
|
|
|
|
color: #fff;
|
2021-12-14 16:02:28 +01:00
|
|
|
}
|
2021-09-02 13:19:50 +01:00
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
.item-options-active {
|
|
|
|
|
display: none !important;
|
2021-07-07 15:46:09 +01:00
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
}
|
2021-07-07 15:46:09 +01:00
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
.item-active {
|
|
|
|
|
background-color: var(--gabinete-active-hove-background) !important;
|
|
|
|
|
color: #fff !important;
|
|
|
|
|
pointer-events: none;
|
|
|
|
|
}
|
2021-07-08 09:13:57 +01:00
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
.item:hover {
|
|
|
|
|
background-color: var(--box-hover-background-color);
|
|
|
|
|
}
|
2021-07-07 17:02:19 +01:00
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
ion-item-options {
|
|
|
|
|
border: 1px solid #fff;
|
|
|
|
|
overflow: auto;
|
|
|
|
|
}
|
2021-09-01 17:32:11 +01:00
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
ion-item-option {
|
|
|
|
|
display: flex;
|
|
|
|
|
background: #ffe0e0;
|
|
|
|
|
align-items: center;
|
|
|
|
|
align-content: center;
|
|
|
|
|
}
|
2021-05-05 16:08:38 +01:00
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
.delete-option {
|
|
|
|
|
display: flex;
|
|
|
|
|
background: #ffe0e0;
|
|
|
|
|
align-items: center;
|
|
|
|
|
align-content: center;
|
|
|
|
|
border: 1px solid #d30a0a67;
|
|
|
|
|
}
|
2021-05-05 16:08:38 +01:00
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
.edit-option {
|
|
|
|
|
display: flex;
|
|
|
|
|
background: #fff;
|
|
|
|
|
align-items: center;
|
|
|
|
|
align-content: center;
|
|
|
|
|
margin-right: 5px !important;
|
|
|
|
|
border: 1px solid #42b9feb9;
|
|
|
|
|
}
|
2021-05-05 16:08:38 +01:00
|
|
|
|
2023-10-20 17:05:39 +01:00
|
|
|
.edit {
|
|
|
|
|
padding: 6px;
|
|
|
|
|
font-size: rem(35);
|
|
|
|
|
color: #061b52;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
margin: 7px;
|
|
|
|
|
}
|
|
|
|
|
.delete {
|
|
|
|
|
padding: 7px;
|
|
|
|
|
font-size: rem(21);
|
|
|
|
|
color: #d30a0a;
|
|
|
|
|
border-radius: 20px;
|
|
|
|
|
margin: 12px;
|
|
|
|
|
border: 1px solid #d30a0a;
|
|
|
|
|
}
|
2021-05-05 16:08:38 +01:00
|
|
|
|
2025-09-17 18:37:35 +01:00
|
|
|
//@media only screen and (min-width: 701px) {
|
2023-10-20 17:05:39 +01:00
|
|
|
.content-right {
|
2021-05-05 16:08:38 +01:00
|
|
|
display: flex !important;
|
|
|
|
|
width: 65%;
|
|
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
.aside-left {
|
2021-05-05 16:08:38 +01:00
|
|
|
width: 35%;
|
|
|
|
|
}
|
2023-10-20 17:05:39 +01:00
|
|
|
.item-options {
|
2021-06-30 15:48:37 +01:00
|
|
|
display: block !important;
|
2021-12-14 16:02:28 +01:00
|
|
|
padding: 10px;
|
2021-06-30 15:48:37 +01:00
|
|
|
}
|
2025-09-17 18:37:35 +01:00
|
|
|
//}
|
2023-07-06 12:18:15 +01:00
|
|
|
|
2025-09-17 18:37:35 +01:00
|
|
|
// @media only screen and (min-width: 100px) {
|
|
|
|
|
// .item-icon2,
|
|
|
|
|
// .title-content,
|
|
|
|
|
// .main-content,
|
|
|
|
|
// .item {
|
|
|
|
|
// font-size: 14px;
|
|
|
|
|
// }
|
|
|
|
|
// }
|
2023-07-06 12:18:15 +01:00
|
|
|
|
2025-09-17 18:37:35 +01:00
|
|
|
// @media only screen and (min-width: 500px) {
|
|
|
|
|
// .item-icon2,
|
|
|
|
|
// .title-content,
|
|
|
|
|
// .main-content,
|
|
|
|
|
// .item {
|
|
|
|
|
// font-size: 16px;
|
|
|
|
|
// }
|
|
|
|
|
// }
|