Sha256: fff82b075352e2560a84503ba13216c1a834315aea5f994c637f3785dccb0de1

Contents?: true

Size: 758 Bytes

Versions: 4

Compression:

Stored size: 758 Bytes

Contents

@tailwind base;
@tailwind components;
@tailwind utilities;

pre { tab-size: 2; }

.tabs input[type="radio"]:checked + label {
  background: #f8f8f8;
  z-index: 1;
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.tabs input[type="radio"]:focus + label {
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
}

.tabs input[type="radio"]:checked + label + .tab {
  display: block;
}

p {
  @apply my-5
}

.prose ol, .prose ul {
  list-style: revert;
  margin: 0 0 0 1rem;
  padding: 0 0 0 1rem;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
phlex-0.5.3 docs/assets/application.css
phlex-0.5.2 docs/assets/application.css
phlex-0.5.1 docs/assets/application.css
phlex-0.5.0 docs/assets/application.css