update: uniformisation events/resources

This commit is contained in:
Marjolaine Le Bon
2020-08-19 18:23:18 +02:00
parent 55b23ee8b2
commit eb07bebdd1
5 changed files with 847 additions and 912 deletions

View File

@ -1,4 +1,5 @@
#events, #circle-events {
#events,
#circle-events {
width: 100%;
font-family: "Facit";
font-weight: 400;
@ -16,12 +17,13 @@
.event-place-name {
font-weight: 700;
}
#listevents, #circle-listevents {
#listevents,
#circle-listevents {
[name="name"],
solid-display-link-event .mdi::before {
color: #C4262E;
solid-display-link-event .mdi::before {
color: #C4262E;
}
}
}
.event-place-name,
.nextevent-startdate,
solid-display-link-event {
@ -39,14 +41,14 @@
}
#listevents,
#circle-listevents {
.newtype .button{
.newtype .button {
font-size: 1.2rem;
width: max-content;
height: max-content;
padding: 5px 20px;
color: #063B5C;
}
solid-form solid-form-dropdown{
sib-form sib-form-dropdown {
label div {
height: 2.5rem;
}
@ -80,15 +82,26 @@
}
}
#eventdetail {
.mdi::before {
margin: 0 5px 0 20px;
}
[name="infotext"] {
text-align: left;
}
[name="name"] {
font-family: "RefrigeratorDelxW01Bold";
font-size: 3.2rem;
line-height: 3.8rem;
}
color: #063B5C;
solid-display div .event-type {
}
color: #063B5C;
.event-type {
width: max-content;
padding: 5px 20px;
padding: 5px 20px;
font-size: 1.1rem;
line-height: 1.3rem;
height: 13px;
margin: 10px 20px;
}
[name="longDescription"] p {
font-size: 1.6rem;
@ -98,11 +111,11 @@
font-size: 1.6rem;
}
}
#newevent input[type="submit"],
#newevent input[type="submit"],
#newtype input[type="submit"],
button {
width: max-content;
padding: 5px 20px;
padding: 5px 20px;
}
}
@media (max-width: 991px) {
@ -111,7 +124,8 @@
}
}
}
.with-sidebar nav > solid-router > ul [name="circle-events"]{
.with-sidebar nav>solid-router>ul [name="circle-events"] {
li::before {
content: '';
height: 40px;

View File

@ -1,52 +1,58 @@
#polls{
h2{
text-transform: inherit;
}
/*style of poll listing*/
#pollListing{
width: 90%;
margin: auto;
.all-polls{
/*make 3 polls per line*/
div:first-of-type{
solid-display{
width: 330px;
>div:first-of-type{
*[name="body"]{
/*size of tags of poll card*/
etuc-display-votetags{
>div{
width: 64px;
height: 24px;
p{
font-size: 11px;
}
#polls {
h2 {
text-transform: inherit;
}
/*style of poll listing*/
#pollListing {
width: 90%;
margin: auto;
.headline h2 {
font-family: "RefrigeratorDelxW01Bold";
font-size: 2.4rem;
line-height: 3.8rem;
color: #063B5C;
}
.all-polls {
/*make 3 polls per line*/
div:first-of-type {
solid-display {
width: 330px;
>div:first-of-type {
*[name="body"] {
/*size of tags of poll card*/
etuc-display-votetags {
>div {
width: 64px;
height: 24px;
p {
font-size: 11px;
}
}
}
}
}
}
}
}
}
/*personnalise css on poll page*/
#pollPage {
width: 85%;
margin: auto;
solid-display.topline {
>div:first-of-type {
*[name="right"] {
etuc-display-votetags {
>div {
width: 64px;
height: 24px;
p {
font-size: 11px;
}
}
}
}
}
}
}
}
}
}
}
/*personnalise css on poll page*/
#pollPage{
width: 85%;
margin: auto;
solid-display.topline{
>div:first-of-type{
*[name="right"]{
etuc-display-votetags{
>div{
width: 64px;
height: 24px;
p{
font-size: 11px;
}
}
}
}
}
}
}
}

View File

@ -1,12 +1,12 @@
#resources{
#resources {
width: 100%;
font-family: "Facit";
font-weight: 400;
color: #3A3A3A;
color: #7A7F85;
solid-resource {
background-color: #F0F3F6;
.sib-resource {
font-family: "Facit";
font-family: "Facit";
.page-title {
font-family: "RefrigeratorDelxW01Bold";
font-size: 3.2rem;
@ -23,9 +23,31 @@
.lnk-newresource {
margin-top: 30px;
margin-right: 70px;
z-index: 1;
position: relative;
}
.resources sib-form::before {
font-family: "RefrigeratorDelxW01Bold";
#listresources .lnk-newkeyword {
top: 133px;
left: 220px;
.button.thin-button.mdi {
padding: 5px 20px;
}
}
.resources {
margin-top: -35px;
sib-form {
&::before {
content: "Research a resource";
font-family: "RefrigeratorDelxW01Bold";
color: #063B5C;
font-size: 2.4rem;
line-height: 3.8rem;
top: -10px;
}
select {
width: 150px;
}
}
}
#listresources {
.lnk-newkeyword .button {
@ -49,6 +71,30 @@
}
}
}
#resourcedetail {
[name="name"] {
font-family: "RefrigeratorDelxW01Bold";
font-size: 3.2rem;
line-height: 3.8rem;
color: #063B5C;
}
[name="infotext"] {
justify-content: flex-start;
}
.event-type {
width: max-content;
padding: 5px 20px;
font-size: 1.1rem;
line-height: 1.3rem;
height: 13px;
margin: 0 20px 10px;
background-color: #C4262E;
color: white;
font-weight: 700;
text-transform: uppercase;
border-radius: 15px;
}
}
.resource-tag {
font-family: Facilt;
font-weight: 600;
@ -61,7 +107,8 @@
}
}
}
.with-sidebar nav > solid-router > ul [name="circle-resources"]{
.with-sidebar nav>solid-router>ul [name="circle-resources"] {
li::before {
content: '';
height: 40px;