Files
doneit-web/src/app/pages/publications/publications.page.scss
T

245 lines
4.6 KiB
SCSS
Raw Normal View History

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