@import "docsy_overrides"; .rounded-img { border-radius: 1rem; } .card-title { font-weight: 600; } .sp-button-shadow { box-shadow: 0px -0.5rem 0px 0px rgba(0, 0, 0, 0.1) inset; } .sp-button-big-padding { padding-bottom: 1rem; padding-top: 0.8rem; } .sp-feature-title { font-weight: 600; } .sp-footer { .nav-link { font-weight: 600; padding: 0.3rem 0; color: $navbar-dark-color; &:hover { color: $navbar-dark-hover-color; } &:active { color: $navbar-dark-active-color; } &:disabled { color: $navbar-dark-disabled-color; } span { width: 2rem; display: inline-flex; align-items: center; border-radius: .1rem; padding: .5rem; } } span i { margin: auto; } } .sp-service-icon { margin-top: -4rem; max-width: 12rem; max-height: 8rem; margin-left: 2rem; width: max-content; } .sp-service-card { background: #FFFFFF; box-shadow: 0 8px 8px rgba(0, 0, 0, 0.25); border-radius: 10px; border: none; } .sp-services-row { margin-top: 6rem; } .sp-supperted-by-img { max-height: 5rem; margin: 1rem; } .sp-supported-by-list { display: flex; align-items: center; justify-content: space-around; flex-wrap: wrap; } .sp-supported-by-card { background: #FFFFFF; box-shadow: $shadow; border-radius: 10px; border: none; margin-top: 1rem; } body { background-color: whitesmoke; } a.nav-link.sp-coming-soon { pointer-events: none; cursor: default; color: #616161; } a.nav-link.sp-coming-soon::after { content: "Coming soon!"; display: inline-block; background-color: #616161; color: $dark; margin-left: .5rem; padding: .1rem .5rem; border-radius: .1rem; }