Skip to content

Commit 24548b4

Browse files
Merge pull request #15 from CornellCustomDev/table-pagination-style
table pagination styles
2 parents 8999a57 + 672761b commit 24548b4

File tree

4 files changed

+12
-2
lines changed

4 files changed

+12
-2
lines changed

public/build/assets/app-BcYKR7z0.css

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

public/build/assets/app-DBIhi-9C.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

public/build/manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"resources/css/app.css": {
3-
"file": "assets/app-DBIhi-9C.css",
3+
"file": "assets/app-BcYKR7z0.css",
44
"src": "resources/css/app.css",
55
"isEntry": true,
66
"name": "app",

resources/css/app.css

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -218,3 +218,13 @@
218218
}
219219
}
220220
}
221+
[data-flux-pagination] {
222+
button {
223+
@apply cursor-pointer;
224+
@apply border-0 bg-white;
225+
@apply font-sans;
226+
}
227+
[aria-current="page"] {
228+
@apply font-bold;
229+
}
230+
}

0 commit comments

Comments
 (0)