1 line
5.7 KiB
Plaintext
1 line
5.7 KiB
Plaintext
{"version":3,"sources":["other-plugins.scss","other-plugins.css"],"names":[],"mappings":"AAEI;EACE,6BAAA;ACDN;ADGI;EACE,YAAA;ACDN;ADKE;EACE,wBAAA;EACA,mBAAA;EACA,eAAA;EACA,mBAAA;EACA,4BAAA;EACA,gBAAA;EACA,2BAAA;ACHJ;ADKI;EATF;IAUI,mBAAA;IACA,gBAAA;ECFJ;AACF;ADII;EACE,WAAA;EACA,aAAA;EACA,4BAAA;EACA,8BAAA;EACA,SAAA;EACA,oDAAA;ACFN;ADIG;EACD,0CAAA;ACFF;ADKG;EACD,2CAAA;ACHF;ADMG;EACD,0CAAA;ACJF;ADOM;EACE,2CAAA;ACLR;ADQG;EACD,4CAAA;ACNF;ADSM;EACE,uBAAA;EAAA,kBAAA;EACA,kCAAA;EACA,2BAAA;EACA,aAAA;EACA,mBAAA;EACA,YAAA;EACA,0BAAA;EACA,qBAAA;ACPR;ADSQ;EACE,qCAAA;EACA,0BAAA;ACPV;ADSU;EACE,gDAAA;ACPZ;ADUU;EACE,0BAAA;ACRZ;ADaM;EACE,sCAAA;EACA,gDAAA;ACXR;ADcM;EACE,mBAAA;EACA,gBAAA;EACA,uBAAA;ACZR;ADeM;EACE,2BAAA;EAAA,sBAAA;ACbR","file":"other-plugins.css","sourcesContent":[".rsssl {\r\n .rsssl-other-plugins {\r\n .rsssl-placeholder {\r\n background-color:transparent;\r\n }\r\n .rsp-logo img {\r\n height: 20px;\r\n }\r\n }\r\n\r\n .rsssl-other-plugins-container {\r\n display: flex !important;\r\n flex-direction: row;\r\n flex-wrap: wrap;\r\n margin-bottom: 10px;\r\n font-size: var(--rsp-fs-300);\r\n line-height: 1.7;\r\n gap: var(--rsp-spacing-xxs);\r\n\r\n @media screen and (max-width: 992px) {\r\n flex-direction: row;\r\n overflow: hidden;\r\n }\r\n\r\n .rsssl-other-plugins-element {\r\n width: 100%;\r\n display: flex;\r\n align-content: space-between;\r\n justify-content: space-between;\r\n gap: 10px;\r\n --rsp-other-plugins-color: var(---rsp-brand-primary);\r\n\r\n\t &.rsssl-zip-recipes {\r\n\t\t--rsp-other-plugins-color: var(--rsp-pink);\r\n\t }\r\n\r\n\t &.rsssl-burst-statistics {\r\n\t\t--rsp-other-plugins-color: var(--rsp-green);\r\n\t }\r\n\r\n\t &.rsssl-complianz-gdpr {\r\n\t\t--rsp-other-plugins-color: var(--rsp-blue);\r\n\t }\r\n\r\n &.rsssl-complianz-terms-conditions {\r\n --rsp-other-plugins-color: var(--rsp-black);\r\n }\r\n\r\n\t &.rsssl-really-simple-ssl {\r\n\t\t--rsp-other-plugins-color: var(--rsp-yellow);\r\n\t }\r\n\r\n a {\r\n width: max-content;\r\n color: var(--rsp-text-color-light);\r\n transition: color 0.3s ease;\r\n display: flex;\r\n align-items: center;\r\n min-width: 0;\r\n gap: var(--rsp-spacing-xs);\r\n text-decoration: none;\r\n\r\n &:hover {\r\n color: var(--rsp-other-plugins-color);\r\n text-decoration: underline;\r\n\r\n .rsssl-bullet {\r\n background-color: var(--rsp-other-plugins-color);\r\n }\r\n\r\n .rsssl-other-plugins-content {\r\n text-decoration: underline;\r\n }\r\n }\r\n }\r\n\r\n .rsssl-bullet {\r\n transition: background-color 0.3s ease;\r\n background-color: var(--rsp-other-plugins-color);\r\n }\r\n\r\n .rsssl-other-plugins-content {\r\n white-space: nowrap;\r\n overflow: hidden;\r\n text-overflow: ellipsis;\r\n }\r\n\r\n .rsssl-other-plugin-status {\r\n min-width: fit-content;\r\n }\r\n }\r\n }\r\n}\r\n",".rsssl .rsssl-other-plugins .rsssl-placeholder {\n background-color: transparent;\n}\n.rsssl .rsssl-other-plugins .rsp-logo img {\n height: 20px;\n}\n.rsssl .rsssl-other-plugins-container {\n display: flex !important;\n flex-direction: row;\n flex-wrap: wrap;\n margin-bottom: 10px;\n font-size: var(--rsp-fs-300);\n line-height: 1.7;\n gap: var(--rsp-spacing-xxs);\n}\n@media screen and (max-width: 992px) {\n .rsssl .rsssl-other-plugins-container {\n flex-direction: row;\n overflow: hidden;\n }\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element {\n width: 100%;\n display: flex;\n align-content: space-between;\n justify-content: space-between;\n gap: 10px;\n --rsp-other-plugins-color: var(---rsp-brand-primary);\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-zip-recipes {\n --rsp-other-plugins-color: var(--rsp-pink);\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-burst-statistics {\n --rsp-other-plugins-color: var(--rsp-green);\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-complianz-gdpr {\n --rsp-other-plugins-color: var(--rsp-blue);\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-complianz-terms-conditions {\n --rsp-other-plugins-color: var(--rsp-black);\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element.rsssl-really-simple-ssl {\n --rsp-other-plugins-color: var(--rsp-yellow);\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a {\n width: max-content;\n color: var(--rsp-text-color-light);\n transition: color 0.3s ease;\n display: flex;\n align-items: center;\n min-width: 0;\n gap: var(--rsp-spacing-xs);\n text-decoration: none;\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover {\n color: var(--rsp-other-plugins-color);\n text-decoration: underline;\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover .rsssl-bullet {\n background-color: var(--rsp-other-plugins-color);\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element a:hover .rsssl-other-plugins-content {\n text-decoration: underline;\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-bullet {\n transition: background-color 0.3s ease;\n background-color: var(--rsp-other-plugins-color);\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-other-plugins-content {\n white-space: nowrap;\n overflow: hidden;\n text-overflow: ellipsis;\n}\n.rsssl .rsssl-other-plugins-container .rsssl-other-plugins-element .rsssl-other-plugin-status {\n min-width: fit-content;\n}"]} |