1549 lines
28 KiB
SCSS
1549 lines
28 KiB
SCSS
|
@import "variables";
|
||
|
|
||
|
@font-face {
|
||
|
font-family: '#{$icomoon-font-family}';
|
||
|
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?rvvgdy');
|
||
|
src: url('#{$icomoon-font-path}/#{$icomoon-font-family}.eot?rvvgdy#iefix') format('embedded-opentype'),
|
||
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.ttf?rvvgdy') format('truetype'),
|
||
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.woff?rvvgdy') format('woff'),
|
||
|
url('#{$icomoon-font-path}/#{$icomoon-font-family}.svg?rvvgdy##{$icomoon-font-family}') format('svg');
|
||
|
font-weight: normal;
|
||
|
font-style: normal;
|
||
|
font-display: block;
|
||
|
}
|
||
|
|
||
|
.tavasi {
|
||
|
/* use !important to prevent issues with browser extensions that change fonts */
|
||
|
font-family: '#{$icomoon-font-family}' !important;
|
||
|
speak: never;
|
||
|
font-style: normal;
|
||
|
font-weight: normal;
|
||
|
font-variant: normal;
|
||
|
text-transform: none;
|
||
|
line-height: 1;
|
||
|
font-size: 1.4rem;
|
||
|
color:#929497;
|
||
|
/* Better Font Rendering =========== */
|
||
|
-webkit-font-smoothing: antialiased;
|
||
|
-moz-osx-font-smoothing: grayscale;
|
||
|
}
|
||
|
|
||
|
.tavasi-contact {
|
||
|
&:before {
|
||
|
content: $tavasi-contact;
|
||
|
color: #929497;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-store {
|
||
|
&:before {
|
||
|
content: $tavasi-store;
|
||
|
color: #929497;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-label {
|
||
|
&:before {
|
||
|
content: $tavasi-label;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-admin {
|
||
|
&:before {
|
||
|
content: $tavasi-admin;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-unlock {
|
||
|
&:before {
|
||
|
content: $tavasi-unlock;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-unread {
|
||
|
&:before {
|
||
|
content: $tavasi-unread;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-title {
|
||
|
&:before {
|
||
|
content: $tavasi-title;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-terminology {
|
||
|
&:before {
|
||
|
content: $tavasi-terminology;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-reset-form {
|
||
|
&:before {
|
||
|
content: $tavasi-reset-form;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-rename {
|
||
|
&:before {
|
||
|
content: $tavasi-rename;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-permission-system {
|
||
|
&:before {
|
||
|
content: $tavasi-permission-system;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-my-messages {
|
||
|
&:before {
|
||
|
content: $tavasi-my-messages;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-most-repeat-2 {
|
||
|
&:before {
|
||
|
content: $tavasi-most-repeat-2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-most-repeat {
|
||
|
&:before {
|
||
|
content: $tavasi-most-repeat;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-lock {
|
||
|
&:before {
|
||
|
content: $tavasi-lock;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-lastest {
|
||
|
&:before {
|
||
|
content: $tavasi-lastest;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-home {
|
||
|
&:before {
|
||
|
content: $tavasi-home;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-excel-file-2 {
|
||
|
&:before {
|
||
|
content: $tavasi-excel-file-2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-at-sign {
|
||
|
&:before {
|
||
|
content: $tavasi-at-sign;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-lobby {
|
||
|
&:before {
|
||
|
content: $tavasi-lobby;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-dots-9 {
|
||
|
&:before {
|
||
|
content: $tavasi-dots-9;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-message-unread .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-message-unread-path1;
|
||
|
color: rgb(255, 255, 255);
|
||
|
opacity: 0.0100;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-message-unread .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-message-unread-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-message-unread .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-message-unread-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-message-unread .path4 {
|
||
|
&:before {
|
||
|
content: $tavasi-message-unread-path4;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-message-unread .path5 {
|
||
|
&:before {
|
||
|
content: $tavasi-message-unread-path5;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-message-unread .path6 {
|
||
|
&:before {
|
||
|
content: $tavasi-message-unread-path6;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-personal {
|
||
|
&:before {
|
||
|
content: $tavasi-personal;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-channel {
|
||
|
&:before {
|
||
|
content: $tavasi-channel;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-groups {
|
||
|
&:before {
|
||
|
content: $tavasi-groups;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-copy2 {
|
||
|
&:before {
|
||
|
content: $tavasi-copy2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-copy {
|
||
|
&:before {
|
||
|
content: $tavasi-copy;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-reply {
|
||
|
&:before {
|
||
|
content: $tavasi-reply;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-cloud-upload {
|
||
|
&:before {
|
||
|
content: $tavasi-cloud-upload;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-pdf-file {
|
||
|
&:before {
|
||
|
content: $tavasi-pdf-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-doc-file {
|
||
|
&:before {
|
||
|
content: $tavasi-doc-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-docx-file {
|
||
|
&:before {
|
||
|
content: $tavasi-docx-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ae-file {
|
||
|
&:before {
|
||
|
content: $tavasi-ae-file;
|
||
|
color: #1d409d;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ai-file {
|
||
|
&:before {
|
||
|
content: $tavasi-ai-file;
|
||
|
color: #ff9a30;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-wav-file {
|
||
|
&:before {
|
||
|
content: $tavasi-wav-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-avi-file {
|
||
|
&:before {
|
||
|
content: $tavasi-avi-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-txt-file {
|
||
|
&:before {
|
||
|
content: $tavasi-txt-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-excel-file {
|
||
|
&:before {
|
||
|
content: $tavasi-excel-file;
|
||
|
color: #0f773d;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-psd-file {
|
||
|
&:before {
|
||
|
content: $tavasi-psd-file;
|
||
|
color: #00b9e0;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-csv-file {
|
||
|
&:before {
|
||
|
content: $tavasi-csv-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-css-file {
|
||
|
&:before {
|
||
|
content: $tavasi-css-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-word-file {
|
||
|
&:before {
|
||
|
content: $tavasi-word-file;
|
||
|
color: #12c8fd;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-mp3-file {
|
||
|
&:before {
|
||
|
content: $tavasi-mp3-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ppt-file {
|
||
|
&:before {
|
||
|
content: $tavasi-ppt-file;
|
||
|
color: #fd7a00;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-eps-file {
|
||
|
&:before {
|
||
|
content: $tavasi-eps-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-jpg-file {
|
||
|
&:before {
|
||
|
content: $tavasi-jpg-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-mov-file {
|
||
|
&:before {
|
||
|
content: $tavasi-mov-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-png-file {
|
||
|
&:before {
|
||
|
content: $tavasi-png-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-rar-file {
|
||
|
&:before {
|
||
|
content: $tavasi-rar-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-other-file {
|
||
|
&:before {
|
||
|
content: $tavasi-other-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-zip-file {
|
||
|
&:before {
|
||
|
content: $tavasi-zip-file;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-chevron-sort {
|
||
|
&:before {
|
||
|
content: $tavasi-chevron-sort;
|
||
|
color: #d9d9d9;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-chevron-sort-asce .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-chevron-sort-asce-path1;
|
||
|
color: rgb(217, 217, 217);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-chevron-sort-asce .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-chevron-sort-asce-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-chevron-sort-desc .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-chevron-sort-desc-path1;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-chevron-sort-desc .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-chevron-sort-desc-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(217, 217, 217);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-asce {
|
||
|
&:before {
|
||
|
content: $tavasi-asce;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-desc {
|
||
|
&:before {
|
||
|
content: $tavasi-desc;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-sort {
|
||
|
&:before {
|
||
|
content: $tavasi-sort;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-warning-circle {
|
||
|
&:before {
|
||
|
content: $tavasi-warning-circle;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-warning-triangle {
|
||
|
&:before {
|
||
|
content: $tavasi-warning-triangle;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-success {
|
||
|
&:before {
|
||
|
content: $tavasi-success;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-error {
|
||
|
&:before {
|
||
|
content: $tavasi-error;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-question {
|
||
|
&:before {
|
||
|
content: $tavasi-question;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-info {
|
||
|
&:before {
|
||
|
content: $tavasi-info;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-layout-sections {
|
||
|
&:before {
|
||
|
content: $tavasi-layout-sections;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-projects {
|
||
|
&:before {
|
||
|
content: $tavasi-projects;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-panel-sectioned {
|
||
|
&:before {
|
||
|
content: $tavasi-panel-sectioned;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-user-name {
|
||
|
&:before {
|
||
|
content: $tavasi-user-name;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-user-role {
|
||
|
&:before {
|
||
|
content: $tavasi-user-role;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-access {
|
||
|
&:before {
|
||
|
content: $tavasi-access;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-portal-roles {
|
||
|
&:before {
|
||
|
content: $tavasi-portal-roles;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-195--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-195--1;
|
||
|
color: #abbdc3;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-reports {
|
||
|
&:before {
|
||
|
content: $tavasi-reports;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-settings {
|
||
|
&:before {
|
||
|
content: $tavasi-settings;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-arrow-bar-left {
|
||
|
&:before {
|
||
|
content: $tavasi-arrow-bar-left;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-checked .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-checked-path1;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-checked .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-checked-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-checked .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-checked-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-collapse-all {
|
||
|
&:before {
|
||
|
content: $tavasi-collapse-all;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-67--1 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-67--1-path1;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-67--1 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-67--1-path2;
|
||
|
margin-left: -1.65625em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-doc-outline {
|
||
|
&:before {
|
||
|
content: $tavasi-doc-outline;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-download {
|
||
|
&:before {
|
||
|
content: $tavasi-download;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-expand-all {
|
||
|
&:before {
|
||
|
content: $tavasi-expand-all;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-eye {
|
||
|
&:before {
|
||
|
content: $tavasi-eye;
|
||
|
color: #adbec4;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-fit-to-height {
|
||
|
&:before {
|
||
|
content: $tavasi-fit-to-height;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path1;
|
||
|
color: rgb(184, 248, 216);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path2;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 248, 216);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path3;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 248, 216);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path4 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path4;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 248, 216);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path5 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path5;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 248, 216);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path6 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path6;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path7 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path7;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path8 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path8;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path9 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path9;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path10 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path10;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path11 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path11;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path12 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path12;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path13 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path13;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path14 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path14;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path15 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path15;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path16 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path16;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 248, 216);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path17 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path17;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 248, 216);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path18 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path18;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 248, 216);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path19 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path19;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 248, 216);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path20 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path20;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-ico-2 .path21 {
|
||
|
&:before {
|
||
|
content: $tavasi-ico-2-path21;
|
||
|
margin-left: -1.25em;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-list-view {
|
||
|
&:before {
|
||
|
content: $tavasi-list-view;
|
||
|
color: #b0c1c8;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-menu {
|
||
|
&:before {
|
||
|
content: $tavasi-menu;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-more-vert {
|
||
|
&:before {
|
||
|
content: $tavasi-more-vert;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-mountain-fill {
|
||
|
&:before {
|
||
|
content: $tavasi-mountain-fill;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-replace {
|
||
|
&:before {
|
||
|
content: $tavasi-replace;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-replace-all {
|
||
|
&:before {
|
||
|
content: $tavasi-replace-all;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-rotate-left {
|
||
|
&:before {
|
||
|
content: $tavasi-rotate-left;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-table-view {
|
||
|
&:before {
|
||
|
content: $tavasi-table-view;
|
||
|
color: #b2c3c9;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-thumbnails {
|
||
|
&:before {
|
||
|
content: $tavasi-thumbnails;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-unchecked .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-unchecked-path1;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-unchecked .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-unchecked-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(186, 196, 206);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-whole-word {
|
||
|
&:before {
|
||
|
content: $tavasi-whole-word;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-word .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-word-path1;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-word .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-word-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-word .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-word-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-word .path4 {
|
||
|
&:before {
|
||
|
content: $tavasi-word-path4;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-word .path5 {
|
||
|
&:before {
|
||
|
content: $tavasi-word-path5;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
opacity: 0.0500;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-word .path6 {
|
||
|
&:before {
|
||
|
content: $tavasi-word-path6;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
opacity: 0.0700;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-word .path7 {
|
||
|
&:before {
|
||
|
content: $tavasi-word-path7;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
opacity: 0.0900;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-word .path8 {
|
||
|
&:before {
|
||
|
content: $tavasi-word-path8;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-word .path9 {
|
||
|
&:before {
|
||
|
content: $tavasi-word-path9;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-add-folder .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-add-folder-path1;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-add-folder .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-add-folder-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(171, 189, 195);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-add-folder .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-add-folder-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-add-folder .path4 {
|
||
|
&:before {
|
||
|
content: $tavasi-add-folder-path4;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(171, 189, 195);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-add-folder .path5 {
|
||
|
&:before {
|
||
|
content: $tavasi-add-folder-path5;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-add-folder .path6 {
|
||
|
&:before {
|
||
|
content: $tavasi-add-folder-path6;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(171, 189, 195);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-add-folder .path7 {
|
||
|
&:before {
|
||
|
content: $tavasi-add-folder-path7;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-add-folder .path8 {
|
||
|
&:before {
|
||
|
content: $tavasi-add-folder-path8;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-21--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-21--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-22--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-22--1;
|
||
|
color: #92a2b2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-25--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-25--1;
|
||
|
color: #92a2b2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-29--2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-29--2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-41---2 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-41---2-path1;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-41---2 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-41---2-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-41---2 .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-41---2-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-68--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-68--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-69--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-69--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-71--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-71--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-78--9---2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-78--9---2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-81--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-81--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-83--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-83--1;
|
||
|
color: #92a2b2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-83--3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-83--3;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-84--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-84--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-85--1 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-85--1-path1;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-85--1 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-85--1-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(146, 162, 178);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-87--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-87--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-88--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-88--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-90--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-90--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-90--2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-90--2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-90--3---2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-90--3---2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-91--1 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-91--1-path1;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-91--1 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-91--1-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-91--1 .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-91--1-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-91--1 .path4 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-91--1-path4;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-104--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-104--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-105--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-105--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-106--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-106--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-107--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-107--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-108--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-108--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-109--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-109--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-110--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-110--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-112--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-112--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-114--2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-114--2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-116--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-116--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-129--1 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-129--1-path1;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-129--1 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-129--1-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-129--1 .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-129--1-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-129--1 .path4 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-129--1-path4;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-130--2 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-130--2-path1;
|
||
|
color: rgb(230, 230, 230);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-130--2 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-130--2-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-132--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-132--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-133--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-133--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-138--2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-138--2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-142--2 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-142--2-path1;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-142--2 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-142--2-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-142--2 .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-142--2-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-144--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-144--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-145--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-145--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-149--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-149--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-149--3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-149--3;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-154--22 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-154--22;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-158--5 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-158--5;
|
||
|
color: #bac4ce;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-159--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-159--1;
|
||
|
color: #bac4ce;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-160--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-160--1;
|
||
|
color: #bac4ce;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-188--1 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-188--1-path1;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-188--1 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-188--1-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-188--1 .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-188--1-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-188--1 .path4 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-188--1-path4;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-190--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-190--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-190--6 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-190--6;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-190--7 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-190--7;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-192--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-192--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-192--2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-192--2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-198--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-198--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-212--1 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-212--1-path1;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-212--1 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-212--1-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(217, 225, 232);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-212--1 .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-212--1-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 182, 227);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-213--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-213--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-220--1 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-220--1-path1;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-220--1 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-220--1-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 182, 227);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-220--1 .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-220--1-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 182, 227);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-221--1 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-221--1-path1;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-221--1 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-221--1-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(217, 225, 232);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-221--1 .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-221--1-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 182, 227);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-222--1 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-222--1-path1;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-222--1 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-222--1-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 182, 227);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-222--1 .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-222--1-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 182, 227);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-233--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-233--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-235--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-235--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-236--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-236--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-237--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-237--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-240--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-240--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-241--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-241--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-242--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-242--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-247--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-247--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-251--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-251--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-257--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-257--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-259--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-259--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-260--9 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-260--9-path1;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-260--9 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-260--9-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-260--9 .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-260--9-path3;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
opacity: 0.7;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-260--9 .path4 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-260--9-path4;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
opacity: 0.7;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-260--9 .path5 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-260--9-path5;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
opacity: 0.7;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-260--9 .path6 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-260--9-path6;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
opacity: 0.7;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-270--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-270--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-281--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-281--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-285--2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-285--2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-294--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-294--1;
|
||
|
color: #afbec5;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-295--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-295--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-305--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-305--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-307--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-307--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-356--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-356--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-358--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-358--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-359--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-359--1;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-360--2 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-360--2-path1;
|
||
|
color: rgb(230, 230, 230);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-360--2 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-360--2-path2;
|
||
|
margin-left: -1em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-361--1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-361--1;
|
||
|
color: #92a2b2;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-363--1 .path1 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-363--1-path1;
|
||
|
color: rgb(184, 236, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-363--1 .path2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-363--1-path2;
|
||
|
margin-left: -1.001953125em;
|
||
|
color: rgb(0, 0, 0);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-363--1 .path3 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-363--1-path3;
|
||
|
margin-left: -1.001953125em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Component-363--1 .path4 {
|
||
|
&:before {
|
||
|
content: $tavasi-Component-363--1-path4;
|
||
|
margin-left: -1.001953125em;
|
||
|
color: rgb(255, 255, 255);
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Group-7403 {
|
||
|
&:before {
|
||
|
content: $tavasi-Group-7403;
|
||
|
color: #bac4ce;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Group-7404 {
|
||
|
&:before {
|
||
|
content: $tavasi-Group-7404;
|
||
|
color: #bac4ce;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Group-7405 {
|
||
|
&:before {
|
||
|
content: $tavasi-Group-7405;
|
||
|
color: #bac4ce;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Group-7406 {
|
||
|
&:before {
|
||
|
content: $tavasi-Group-7406;
|
||
|
color: #bac4ce;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Group-7932 {
|
||
|
&:before {
|
||
|
content: $tavasi-Group-7932;
|
||
|
}
|
||
|
}
|
||
|
.tavasi-Home-2 {
|
||
|
&:before {
|
||
|
content: $tavasi-Home-2;
|
||
|
}
|
||
|
}
|
||
|
|