1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354 |
- /* Copyright (c) 2011, Jan-Christoph Borchardt, http://jancborchardt.net
- This file is licensed under the Affero General Public License version 3 or later.
- See the COPYING-README file. */
- @use 'variables';
- @use 'sass:math';
- @import 'functions';
- input {
- &#openid, &#webdav {
- width: 20em;
- }
- }
- /* PERSONAL */
- .clear {
- clear: both;
- }
- /* icons for sidebar */
- .nav-icon-personal-settings {
- @include icon-color('personal', 'settings', variables.$color-black);
- }
- .nav-icon-security {
- @include icon-color('toggle-filelist', 'settings', variables.$color-black);
- }
- .nav-icon-clientsbox {
- @include icon-color('change', 'settings', variables.$color-black);
- }
- .nav-icon-federated-cloud {
- @include icon-color('share', 'settings', variables.$color-black);
- }
- .nav-icon-second-factor-backup-codes, .nav-icon-ssl-root-certificate {
- @include icon-color('password', 'settings', variables.$color-black);
- }
- #personal-settings-avatar-container {
- display: inline-grid;
- grid-template-columns: 1fr;
- grid-template-rows: 2fr 1fr 2fr;
- vertical-align: top;
- }
- .profile-settings-container {
- display: inline-grid;
- grid-template-columns: 1fr 1fr 1fr;
- }
- .personal-show-container {
- width: 100%;
- }
- .personal-settings-setting-box {
- .section {
- padding: 10px 30px;
- .headerbar-label {
- margin-bottom: 0;
- }
- input {
- &[type='text'], &[type='email'], &[type='tel'], &[type='url'] {
- width: 100%;
- }
- }
- }
- &-profile {
- grid-row: 3/5;
- }
- &-detail {
- grid-row: 5;
- }
- &-detail--without-profile {
- grid-row: 3;
- }
- }
- select {
- &#timezone {
- width: 100%;
- }
- }
- #personal-settings {
- display: grid;
- padding: 20px;
- max-width: 1700px;
- grid-template-columns: repeat(auto-fill, minmax(min(100%, 300px), 1fr));
- grid-column-gap: 10px;
- .section {
- padding: 10px 10px;
- border: 0;
- h2 {
- margin-bottom: 12px;
- }
- h3 {
- > label {
- font-weight: bold;
- }
- }
- }
- .personal-info {
- margin-right: 10%;
- margin-bottom: 12px;
- margin-top: 12px;
- }
- .personal-info[class^='icon-'], .personal-info[class*=' icon-'] {
- background-position: 0px 2px;
- padding-left: 30px;
- opacity: 0.7;
- }
- }
- // Button for 'Reasons to use Nextcloud in your organization'
- .development-notice {
- text-align: center;
- a:not(.link-button) {
- text-decoration: underline;
- }
- }
- .link-button {
- display: inline-block;
- margin: 16px;
- padding: 14px 20px;
- background-color: var(--color-primary-element);
- color: var(--color-primary-element-text);
- border-radius: var(--border-radius-pill);
- border: 1px solid var(--color-primary-element);
- box-shadow: 0 2px 9px var(--color-box-shadow);
- &:active,
- &:hover,
- &:focus,
- &:focus-visible {
- box-shadow: 0 0 0 4px var(--color-main-background) !important;
- outline: 2px solid var(--color-main-text) !important;
- }
- &.icon-file {
- padding-left: 48px;
- background-position: 24px;
- }
- }
- .personal-settings-container {
- display: inline-grid;
- grid-template-columns: 1fr 1fr 1fr;
- &:after {
- clear: both;
- }
- > div {
- h3 {
- position: relative;
- display: inline-flex;
- flex-wrap: nowrap;
- justify-content: flex-start;
- width: 100%;
- align-items: center;
- gap: 8px;
- > label {
- white-space: nowrap;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- }
- > form span {
- &[class^='icon-checkmark'], &[class^='icon-error'] {
- position: relative;
- right: 8px;
- top: -28px;
- pointer-events: none;
- float: right;
- }
- }
- }
- .verify {
- position: relative;
- left: 100%;
- top: 0;
- height: 0;
- img {
- padding: 12px 7px 6px;
- }
- }
- .verify-action {
- cursor: pointer;
- }
- input:disabled {
- background-color: white;
- color: black;
- border: none;
- opacity: 100;
- }
- }
- /* verify accounts */
- /* only show pointer cursor when popup will be there */
- .verification-dialog {
- display: none;
- right: -9px;
- top: 40px;
- width: 275px;
- p {
- padding: 10px;
- }
- .verificationCode {
- font-family: monospace;
- display: block;
- overflow-wrap: break-word;
- }
- }
- .federation-menu {
- position: relative;
- cursor: pointer;
- width: 44px;
- height: 44px;
- padding: 10px;
- margin: 0;
- background: none;
- border: none;
- &:hover,
- &:focus {
- background-color: var(--color-background-hover);
- border-radius: var(--border-radius-pill);
- .icon-federation-menu {
- opacity: 0.8;
- }
- }
- .icon-federation-menu {
- padding-left: 16px;
- background-size: 16px;
- background-position: left center;
- opacity: .3;
- cursor: inherit;
- .icon-triangle-s {
- display: inline-block;
- vertical-align: middle;
- cursor: inherit;
- }
- }
- .federationScopeMenu {
- top: 44px;
- &.popovermenu {
- .menuitem {
- // override h3 heading font size
- font-size: 12.8px;
- line-height: 1.6em;
- .menuitem-text-detail {
- opacity: .75;
- }
- &.active {
- box-shadow: inset 2px 0 var(--color-primary-element);
- .menuitem-text {
- font-weight: bold;
- }
- }
- &.disabled {
- opacity: .5;
- cursor: default;
- * {
- cursor: default;
- }
- }
- }
- }
- }
- }
- .clientsbox img {
- height: 60px;
- }
- #sslCertificate {
- tr.expired {
- background-color: rgba(255, 0, 0, 0.5);
- }
- td {
- padding: 5px;
- }
- }
- #displaynameerror,
- #displaynamechanged {
- display: none;
- }
- input#identity {
- width: 20em;
- }
- #showWizard {
- display: inline-block;
- }
- .msg {
- &.success {
- color: #fff;
- background-color: #47a447;
- padding: 3px;
- }
- &.error {
- color: #fff;
- background-color: #d2322d;
- padding: 3px;
- }
- }
- table.nostyle {
- label {
- margin-right: 2em;
- }
- td {
- padding: 0.2em 0;
- }
- }
- #security-password {
- #passwordform {
- display: flex;
- flex-wrap: wrap;
- flex-direction: column;
- gap: 1rem;
- .input-control {
- display: flex;
- flex-wrap: wrap;
- flex-direction: column;
- label {
- margin-bottom: 0.5rem;
- }
- }
- #pass1, .personal-show-container {
- flex-shrink: 1;
- width: 300px;
- min-width: 150px;
- }
- // Extremely fragile code, to be replaced by PasswordField component soon
- .personal-show-container {
- #pass2 {
- position: relative;
- top: 0.5rem;
- }
- .personal-show-label {
- top: 34px !important;
- margin-right: 0;
- margin-top: 0 !important;
- right: 3px;
- }
- }
- #pass2 {
- width: 100%;
- }
- .password-state {
- display: inline-block;
- }
- .strengthify-wrapper {
- position: absolute;
- left: 0;
- width: 100%;
- border-radius: 0 0 2px 2px;
- margin-top: 5px;
- overflow: hidden;
- height: 3px;
- }
- }
- }
- /* Two-Factor Authentication (2FA) */
- #two-factor-auth {
- h3 {
- margin-top: 24px;
- }
- li > div {
- margin-left: 20px;
- }
- .two-factor-provider-settings-icon {
- width: 16px;
- height: 16px;
- vertical-align: sub;
- filter: var(--background-invert-if-dark);
- }
- }
- /* USERS */
- .isgroup {
- .groupname {
- width: 85%;
- display: block;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- &.active .groupname {
- width: 65%;
- }
- }
- li.active {
- .delete,
- .rename {
- display: block;
- }
- }
- .app-navigation-entry-utils {
- .delete,
- .rename {
- display: none;
- }
- }
- #usersearchform {
- position: absolute;
- top: 2px;
- right: 0;
- input {
- width: 150px;
- }
- label {
- font-weight: bold;
- }
- }
- /* display table at full width */
- table.grid {
- width: 100%;
- th {
- height: 2em;
- padding: 0 1em 0 0;
- border-bottom: 1px solid var(--color-border);
- text-align: left;
- font-weight: normal;
- }
- td {
- border-bottom: 1px solid var(--color-border);
- padding: 0 1em 0 0;
- text-align: left;
- font-weight: normal;
- }
- }
- td, th {
- &.name {
- padding-left: .8em;
- min-width: 5em;
- max-width: 12em;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- &.password {
- padding-left: .8em;
- > img {
- visibility: hidden;
- }
- }
- &.displayName > img {
- visibility: hidden;
- }
- &.password,
- &.mailAddress {
- min-width: 5em;
- max-width: 12em;
- cursor: pointer;
- span {
- width: 90%;
- display: inline-block;
- text-overflow: ellipsis;
- overflow: hidden;
- }
- }
- &.mailAddress {
- cursor: pointer;
- }
- &.password > span {
- margin-right: 1.2em;
- color: #C7C7C7;
- }
- }
- span.usersLastLoginTooltip {
- white-space: nowrap;
- }
- /* APPS */
- #app-content > svg.app-filter {
- float: left;
- height: 0;
- width: 0;
- }
- #app-category-app-bundles {
- margin-bottom: 20px;
- }
- .appinfo {
- margin: 1em 40px;
- }
- #app-navigation {
- /* Navigation icons */
- img {
- margin-bottom: -3px;
- margin-right: 6px;
- width: 16px;
- }
- li span.no-icon {
- padding-left: 32px;
- }
- ul li.active > span.utils {
- .delete, .rename {
- display: block;
- }
- }
- .appwarning {
- background: #fcc;
- }
- &.appwarning:hover {
- background: #fbb;
- }
- .app-external {
- color: var(--color-text-maxcontrast);
- }
- }
- span.version {
- margin-left: 1em;
- margin-right: 1em;
- color: var(--color-text-maxcontrast);
- }
- .app-version {
- color: var(--color-text-maxcontrast);
- }
- .app-level {
- span {
- color: var(--color-text-maxcontrast);
- background-color: transparent;
- border: 1px solid var(--color-text-maxcontrast);
- border-radius: var(--border-radius);
- padding: 3px 6px;
- }
- a {
- padding: 10px;
- margin: -6px;
- white-space: nowrap;
- }
- .official {
- background-position: left center;
- background-position: 5px center;
- padding-left: 25px;
- }
- .supported {
- border-color: var(--color-success);
- background-position: left center;
- background-position: 5px center;
- padding-left: 25px;
- color: var(--color-success);
- }
- }
- .app-score {
- position: relative;
- top: 4px;
- opacity: .5;
- }
- .app-settings-content {
- #searchresults {
- display: none;
- }
- }
- #apps-list.store {
- .section {
- border: 0;
- }
- .app-name {
- display: block;
- margin: 5px 0;
- }
- .app-image-icon .icon-settings-dark {
- width: 100%;
- height: 150px;
- background-size: 45px;
- opacity: 0.5;
- }
- .app-score-image {
- height: 14px;
- }
- .actions {
- margin-top: 10px;
- button {
- margin: 10px 0;
- }
- }
- }
- #app-sidebar #app-details-view {
- h2 {
- .icon-settings-dark,
- svg {
- display: inline-block;
- width: 16px;
- height: 16px;
- margin-right: 10px;
- opacity: .7;
- }
- }
- .app-level {
- clear: right;
- width: 100%;
- .supported,
- .official {
- vertical-align: top;
- }
- .app-score-image {
- float: right;
- }
- }
- .app-author, .app-licence {
- color: var(--color-text-maxcontrast);
- }
- .app-dependencies {
- margin: 10px 0;
- }
- .app-description p {
- margin: 10px 0;
- }
- .close {
- position: absolute;
- top: 0;
- right: 0;
- padding: 14px;
- opacity: 0.5;
- z-index: 1;
- width: 44px;
- height: 44px;
- }
- .actions {
- display: flex;
- align-items: center;
- .app-groups {
- padding: 5px;
- }
- }
- .appslink {
- text-decoration: underline;
- margin-right: 5px;
- }
- .app-level,
- .actions,
- .documentation,
- .app-dependencies,
- .app-description {
- margin: 20px 0;
- }
- }
- @media only screen and (min-width: 1601px) {
- .store .section {
- width: 25%;
- }
- .with-app-sidebar .store .section {
- width: 33%;
- }
- }
- @media only screen and (max-width: 1600px) {
- .store .section {
- width: 25%;
- }
- .with-app-sidebar .store .section {
- width: 33%;
- }
- }
- @media only screen and (max-width: 1400px) {
- .store .section {
- width: 33%;
- }
- .with-app-sidebar .store .section {
- width: 50%;
- }
- }
- @media only screen and (max-width: 900px) {
- .store .section {
- width: 50%;
- }
- .with-app-sidebar .store .section {
- width: 100%;
- }
- }
- @media only screen and (max-width: variables.$breakpoint-mobile) {
- .store .section {
- width: 50%;
- }
- }
- @media only screen and (max-width: 480px) {
- .store .section {
- width: 100%;
- }
- }
- /* hide app version and level on narrower screens */
- @media only screen and (max-width: 900px) {
- .apps-list.installed {
- .app-version, .app-level {
- display: none !important;
- }
- }
- }
- @media only screen and (max-width: 500px) {
- .apps-list.installed .app-groups {
- display: none !important;
- }
- }
- .section {
- margin-bottom: 0;
- /* section divider lines, none needed for last one */
- &:not(:last-child) {
- border-bottom: 1px solid var(--color-border);
- }
- /* correctly display help icons next to headings */
- h2 {
- margin-bottom: 22px;
- .icon-info {
- padding: 6px 20px;
- vertical-align: text-bottom;
- display: inline-block;
- }
- }
- }
- .followupsection {
- display: block;
- padding: 0 30px 30px 30px;
- }
- .app-image {
- position: relative;
- height: 150px;
- opacity: 1;
- overflow: hidden;
- }
- .app-description-toggle-show, .app-description-toggle-hide {
- clear: both;
- padding: 7px 0;
- cursor: pointer;
- opacity: .5;
- }
- .app-description-container {
- clear: both;
- position: relative;
- top: 7px;
- }
- .app-description {
- clear: both;
- }
- #app-category-1 {
- margin-bottom: 18px;
- }
- /* capitalize 'Other' category */
- #app-category-925 {
- text-transform: capitalize;
- }
- .app-dependencies {
- color: #ce3702;
- }
- .missing-dependencies {
- list-style: initial;
- list-style-type: initial;
- list-style-position: inside;
- }
- .apps-list {
- $toolbar-padding: 8px;
- $toolbar-height: 44px + $toolbar-padding * 2;
- .app-list-move {
- transition: transform 1s;
- }
- #app-list-update-all {
- margin-left: 10px;
- }
- .toolbar {
- height: $toolbar-height;
- padding: $toolbar-padding;
- // Leave room for app-navigation-toggle
- padding-left: $toolbar-height;
- width: 100%;
- background-color: var(--color-main-background);
- position: sticky;
- top: 0;
- z-index: 1;
- display: flex;
- align-items: center;
- }
- &.installed {
- .apps-list-container {
- display: table;
- width: 100%;
- height: auto;
- white-space: normal;
- }
- margin-bottom: 100px;
- .section {
- display: table-row;
- padding: 0;
- margin: 0;
- > * {
- display: table-cell;
- height: initial;
- vertical-align: middle;
- float: none;
- border-bottom: 1px solid var(--color-border);
- padding: 6px;
- box-sizing: border-box;
- }
- > .actions {
- display: flex;
- gap: 8px;
- flex-wrap: wrap;
- justify-content: end;
- }
- &.selected {
- background-color: var(--color-background-dark);
- }
- }
- .groups-enable {
- margin-top: 0;
- label {
- margin-right: 3px;
- }
- }
- .app-image {
- width: 44px;
- height: auto;
- text-align: right;
- }
- .app-image-icon svg,
- .app-image-icon .icon-settings-dark {
- margin-top: 5px;
- width: 20px;
- height: 20px;
- opacity: .5;
- background-size: cover;
- display: inline-block;
- }
- .actions {
- text-align: right;
- .icon-loading-small {
- display: inline-block;
- top: 4px;
- margin-right: 10px;
- }
- }
- }
- &:not(.installed) .app-image-icon svg {
- position: absolute;
- bottom: 43px;
- /* position halfway vertically */
- width: 64px;
- height: 64px;
- opacity: .1;
- }
- display: flex;
- flex-wrap: wrap;
- align-content: flex-start;
- &.hidden {
- display: none;
- }
- .section {
- position: relative;
- flex: 0 0 auto;
- h2.app-name {
- display: block;
- margin: 8px 0;
- }
- &:hover {
- background-color: var(--color-background-dark);
- }
- }
- .app-description {
- p {
- margin: 10px 0;
- }
- ul {
- list-style: disc;
- }
- ol {
- list-style: decimal;
- ol, ul {
- padding-left: 15px;
- }
- }
- > {
- ul, ol {
- margin-left: 19px;
- }
- }
- ul {
- ol, ul {
- padding-left: 15px;
- }
- }
- }
- /* Bundle header */
- .apps-header {
- position: relative;
- div {
- display: table-cell;
- height: 70px;
- }
- h2 {
- padding-left: 6px;
- padding-top: 15px;
- margin-bottom: 12px;
- .enable {
- position: relative;
- top: -1px;
- margin-left: 12px;
- }
- + .section {
- margin-top: 50px;
- }
- }
- }
- }
- // Display buttons above each other on mobile
- @media (max-width: math.div(variables.$breakpoint-mobile, 2)) {
- .apps-list.installed .section > .actions {
- display: table-cell;
- }
- }
- #apps-list-search {
- .section {
- h2 {
- margin-bottom: 0;
- }
- }
- }
- /* LOG */
- #log {
- white-space: normal;
- margin-bottom: 14px;
- }
- #lessLog {
- display: none;
- }
- table.grid td.date {
- white-space: nowrap;
- }
- #log-section p {
- margin-top: 20px;
- }
- #security-warning-state-ok,
- #security-warning-state-warning,
- #security-warning-state-failure,
- #security-warning-state-loading {
- span {
- vertical-align: middle;
- &.message {
- padding: 12px;
- }
- &.icon {
- width: 32px;
- height: 32px;
- background-position: center center;
- display: inline-block;
- border-radius: 50%;
- }
- &.icon-checkmark-white {
- background-color: var(--color-success);
- }
- &.icon-error-white {
- background-color: var(--color-warning);
- }
- &.icon-close-white {
- background-color: var(--color-error);
- }
- }
- }
- #shareAPI {
- &.loading > div {
- display: none;
- }
- p {
- padding-bottom: 0.8em;
- }
- .indent {
- padding-left: 28px;
- }
- .double-indent {
- padding-left: 56px;
- }
- .nocheckbox {
- padding-left: 20px;
- }
- #s2id_linksExcludedGroups {
- width: 200px !important;
- }
- }
- #shareApiDefaultPermissionsSection label {
- margin-right: 20px;
- }
- #fileSharingSettings h3 {
- display: inline-block;
- }
- #publicShareDisclaimerText {
- width: calc(100% - 23px);
- /* 20 px left margin, 3 px right margin */
- max-width: 600px;
- height: 150px;
- margin-left: 20px;
- box-sizing: border-box;
- }
- /* correctly display help icons next to headings */
- .icon-info {
- padding: 11px 20px;
- vertical-align: text-bottom;
- opacity: .5;
- }
- #two-factor-auth h2,
- #shareAPI h2,
- #mail_general_settings h2 {
- display: inline-block;
- }
- .mail_settings p {
- label:first-child {
- display: inline-block;
- width: 300px;
- text-align: right;
- }
- select:nth-child(2),
- input:not([type='button']) {
- width: 143px;
- }
- }
- @media (max-width: calc(variables.$breakpoint-mobile * 0.75)) {
- .mail_settings p label:first-child {
- width: unset;
- text-align: left;
- display: block;
- margin-top: calc(var(--default-grid-baseline) * 2);
- }
- }
- #mail_smtpport {
- width: 60px;
- }
- .cronlog {
- margin-left: 10px;
- }
- .status {
- display: inline-block;
- height: 16px;
- width: 16px;
- vertical-align: text-bottom;
- &.success {
- border-radius: 50%;
- }
- }
- #selectGroups select {
- box-sizing: border-box;
- display: inline-block;
- height: 36px;
- padding: 7px 10px;
- }
- #log .log-message {
- word-break: break-all;
- min-width: 180px;
- }
- span {
- &.success {
- background-color: var(--color-success);
- border-radius: var(--border-radius);
- }
- &.error {
- background-color: var(--color-error);
- }
- &.indeterminate {
- background-color: var(--color-warning);
- border-radius: 40% 0;
- }
- }
- /* OPERA hack for strengthify*/
- doesnotexist:-o-prefocus, .strengthify-wrapper {
- left: 185px;
- width: 129px;
- }
- .trusted-domain-warning {
- color: #fff;
- padding: 5px;
- background: #ce3702;
- border-radius: 5px;
- font-family: Consolas, 'Liberation Mono', Menlo, Courier, monospace;
- }
- #postsetupchecks {
- ul {
- margin-left: 44px;
- list-style: disc;
- li {
- margin: 10px 0;
- }
- ul {
- list-style: circle;
- }
- }
- .loading {
- height: 50px;
- background-position: left center;
- }
- .errors, .errors a {
- color: var(--color-error);
- }
- .warnings, .warnings a {
- color: var(--color-warning);
- }
- .hint {
- margin: 20px 0;
- }
- }
- #security-warning {
- a {
- text-decoration: underline;
- }
- .extra-top-margin {
- margin-top: 12px;
- }
- }
- .security-warning__heading {
- display: flex;
- flex-wrap: wrap;
- margin-bottom: calc(var(--default-grid-baseline) * 8);
- > h2 {
- margin-bottom: 0px;
- }
- > a {
- width: 44px;
- }
- }
- #admin-tips li {
- list-style: initial;
- a {
- display: inline-block;
- padding: 3px 0;
- }
- }
- #warning {
- color: red;
- }
- .settings-hint {
- margin-top: -12px;
- margin-bottom: 12px;
- opacity: .7;
- }
- .animated {
- animation: blink-animation 1s steps(5, start) 4;
- }
- @keyframes blink-animation {
- to {
- opacity: 0.6;
- }
- }
- @-webkit-keyframes blink-animation {
- to {
- opacity: 1;
- }
- }
|