Sha256: d36cfdb965c1af9bf3e0c1332107a6bb5f2f7fed273888d8c8e961390df47c04

Contents?: true

Size: 909 Bytes

Versions: 4

Compression:

Stored size: 909 Bytes

Contents

/*
 * This is a manifest file that'll be compiled into application.css, which will include all the files
 * listed below.
 *
 * Any CSS and SCSS file within this directory, lib/assets/stylesheets, vendor/assets/stylesheets,
 * or any plugin's vendor/assets/stylesheets directory can be referenced here using a relative path.
 *
 * You're free to add application-wide styles to this file and they'll appear at the bottom of the
 * compiled file so the styles you add here take precedence over styles defined in any other CSS/SCSS
 * files in this directory. Styles in this file should be added after the last require_* statement.
 * It is generally better to create a new file per style scope.
 *
 *= require_tree .
 *= require_self
 */
@tailwind base;
@tailwind components;
@tailwind utilities;

.pagination {
  @apply flex gap-2 items-center justify-center p-4;
}

.pagination .page {
  @apply btn btn-sm;
}

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
masks-0.3.2 app/assets/stylesheets/application.css
masks-0.3.1 app/assets/stylesheets/application.css
masks-0.3.0 app/assets/stylesheets/application.css
masks-0.2.0 app/assets/stylesheets/application.css