2020-08-19 23:59:24 +00:00
|
|
|
#resources,
|
|
|
|
#circle-resources {
|
2020-07-02 16:03:56 +00:00
|
|
|
width: 100%;
|
|
|
|
font-family: "Facit";
|
|
|
|
font-weight: 400;
|
2020-08-19 16:23:18 +00:00
|
|
|
color: #7A7F85;
|
2020-08-11 17:11:42 +00:00
|
|
|
solid-resource {
|
2020-09-27 22:50:58 +00:00
|
|
|
solid-display div {
|
2020-08-19 23:59:24 +00:00
|
|
|
max-width: 1110px;
|
2020-09-27 22:50:58 +00:00
|
|
|
solid-display {
|
2020-08-19 23:59:24 +00:00
|
|
|
margin: 0 0 20px 40px;
|
|
|
|
}
|
|
|
|
}
|
2020-09-27 22:50:58 +00:00
|
|
|
.solid-resource {
|
2020-08-19 16:23:18 +00:00
|
|
|
font-family: "Facit";
|
2020-08-11 11:01:13 +00:00
|
|
|
.page-title {
|
|
|
|
font-family: "RefrigeratorDelxW01Bold";
|
|
|
|
font-size: 3.2rem;
|
|
|
|
line-height: 3.8rem;
|
2020-10-12 22:34:43 +00:00
|
|
|
color: var(--color-primary);
|
2020-08-11 11:01:13 +00:00
|
|
|
}
|
2020-07-09 15:51:54 +00:00
|
|
|
.red-button {
|
2020-10-12 22:34:43 +00:00
|
|
|
background-color: var(--color-secondary);
|
2020-07-09 15:51:54 +00:00
|
|
|
}
|
|
|
|
.black-button {
|
2020-10-12 21:43:28 +00:00
|
|
|
background-color: var(--highlight-font-color);
|
2020-07-09 15:51:54 +00:00
|
|
|
margin-left: 10%;
|
|
|
|
}
|
|
|
|
.lnk-newresource {
|
|
|
|
margin-top: 30px;
|
|
|
|
margin-right: 70px;
|
2020-08-19 16:23:18 +00:00
|
|
|
z-index: 1;
|
|
|
|
position: relative;
|
2020-07-09 15:51:54 +00:00
|
|
|
}
|
2020-08-27 16:13:50 +00:00
|
|
|
.listresources .lnk-newkeyword {
|
2020-09-28 18:19:40 +00:00
|
|
|
top: 130px;
|
2020-08-19 16:23:18 +00:00
|
|
|
left: 220px;
|
|
|
|
.button.thin-button.mdi {
|
|
|
|
padding: 5px 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
.resources {
|
|
|
|
margin-top: -35px;
|
2020-09-27 22:50:58 +00:00
|
|
|
solid-form {
|
2020-08-19 16:23:18 +00:00
|
|
|
&::before {
|
|
|
|
content: "Research a resource";
|
|
|
|
font-family: "RefrigeratorDelxW01Bold";
|
2020-10-12 22:34:43 +00:00
|
|
|
color: var(--color-primary);
|
2020-08-19 16:23:18 +00:00
|
|
|
font-size: 2.4rem;
|
|
|
|
line-height: 3.8rem;
|
|
|
|
top: -10px;
|
|
|
|
}
|
|
|
|
select {
|
|
|
|
width: 150px;
|
|
|
|
}
|
|
|
|
}
|
2020-07-09 15:51:54 +00:00
|
|
|
}
|
2020-08-27 16:13:50 +00:00
|
|
|
.listresources {
|
2020-07-09 15:51:54 +00:00
|
|
|
.lnk-newkeyword .button {
|
|
|
|
font-size: 1.2rem;
|
|
|
|
width: max-content;
|
|
|
|
height: max-content;
|
|
|
|
padding: 10px 30px;
|
2020-10-12 22:34:43 +00:00
|
|
|
color: var(--color-primary);
|
2020-07-09 15:51:54 +00:00
|
|
|
}
|
2020-09-27 22:50:58 +00:00
|
|
|
solid-display solid-display {
|
2020-07-09 15:51:54 +00:00
|
|
|
[name="name"] {
|
|
|
|
font-family: "RefrigeratorDelxW01Bold";
|
2020-10-12 22:34:43 +00:00
|
|
|
color: var(--color-primary);
|
2020-07-09 15:51:54 +00:00
|
|
|
}
|
2020-09-28 15:13:20 +00:00
|
|
|
[name="link"] a, [name="document"] a {
|
|
|
|
width: 75%;
|
|
|
|
margin-bottom: 10px;
|
2020-07-09 15:51:54 +00:00
|
|
|
padding-left: 35px;
|
|
|
|
position: relative;
|
|
|
|
&::before {
|
|
|
|
position: absolute;
|
|
|
|
left: 0;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2020-08-27 16:13:50 +00:00
|
|
|
.resourcedetail {
|
2020-09-11 12:06:01 +00:00
|
|
|
background-color: transparent;
|
2020-08-19 16:23:18 +00:00
|
|
|
[name="name"] {
|
|
|
|
font-family: "RefrigeratorDelxW01Bold";
|
|
|
|
font-size: 3.2rem;
|
|
|
|
line-height: 3.8rem;
|
2020-10-12 22:34:43 +00:00
|
|
|
color: var(--color-primary);
|
2020-08-19 16:23:18 +00:00
|
|
|
}
|
|
|
|
[name="infotext"] {
|
|
|
|
justify-content: flex-start;
|
|
|
|
}
|
2020-09-11 12:06:01 +00:00
|
|
|
.sib-conversation {
|
|
|
|
background-color: white;
|
|
|
|
textarea {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
|
|
|
}
|
2020-09-08 22:17:26 +00:00
|
|
|
}
|
|
|
|
.newresource label div,
|
2020-09-27 22:50:58 +00:00
|
|
|
.newresource solid-form-file div label {
|
2020-09-08 22:17:26 +00:00
|
|
|
line-height: 2.2rem;
|
|
|
|
text-transform: uppercase;
|
|
|
|
color: var(--form-title);
|
|
|
|
font-size: 13px;
|
|
|
|
font-weight: 600;
|
|
|
|
font-family: Open sans;
|
|
|
|
}
|
|
|
|
.newresource select,
|
|
|
|
.newresource textarea,
|
|
|
|
.newresource input,
|
2020-09-27 22:50:58 +00:00
|
|
|
.newresource solid-multiple-select .ss-main .ss-multi-selected {
|
2020-09-08 22:17:26 +00:00
|
|
|
background-color: var(--form-inputs-background);
|
|
|
|
}
|
|
|
|
.newresource input[type="submit"] {
|
|
|
|
background-color: #3C3F57;
|
|
|
|
}
|
|
|
|
.newresource input[type="file"] {
|
|
|
|
background-color: transparent;
|
2020-08-19 16:23:18 +00:00
|
|
|
}
|
2020-07-09 15:51:54 +00:00
|
|
|
.resource-tag {
|
|
|
|
font-family: Facilt;
|
|
|
|
font-weight: 600;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media (max-width: 991px) {
|
2020-09-27 22:50:58 +00:00
|
|
|
.solid-resource {
|
2020-07-09 15:51:54 +00:00
|
|
|
margin-top: 65px;
|
|
|
|
}
|
|
|
|
}
|
2020-08-04 10:34:17 +00:00
|
|
|
}
|
2020-08-19 16:23:18 +00:00
|
|
|
|
2020-08-19 23:59:24 +00:00
|
|
|
#resources {
|
|
|
|
background-color: #f0f3f6;
|
|
|
|
}
|
|
|
|
|
2020-09-27 22:50:58 +00:00
|
|
|
#circle-resources .resources solid-form solid-form-dropdown select {
|
2020-08-19 23:59:24 +00:00
|
|
|
background-color: #f0f3f6;
|
|
|
|
}
|
|
|
|
|
2020-08-19 16:23:18 +00:00
|
|
|
.with-sidebar nav>solid-router>ul [name="circle-resources"] {
|
2020-08-04 10:34:17 +00:00
|
|
|
li::before {
|
|
|
|
content: '';
|
|
|
|
height: 40px;
|
|
|
|
width: 40px;
|
|
|
|
mask: url('/images/file.svg') center no-repeat;
|
|
|
|
mask-size: contain;
|
|
|
|
-webkit-mask: url('/images/file.svg') center no-repeat;
|
|
|
|
-webkit-mask-size: contain;
|
|
|
|
background-color: var(--color-right-menu-text);
|
|
|
|
}
|
|
|
|
&[active] li::before {
|
|
|
|
background-color: var(--color-right-menu-active-text);
|
|
|
|
}
|
2020-07-02 16:03:56 +00:00
|
|
|
}
|