Skip to content

Commit fce514f

Browse files
rounded paginator
Signed-off-by: Arnav Gupta <arnav@codingblocks.com>
1 parent 24a8b9a commit fce514f

File tree

3 files changed

+34
-1
lines changed

3 files changed

+34
-1
lines changed

public_static/lib/semantic/semantic.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23463,6 +23463,24 @@ Floated Menu / Item
2346323463
background: white;
2346423464
}
2346523465

23466+
.ui.pagination.menu {
23467+
border-radius: 2rem;
23468+
margin-bottom: 30px;
23469+
}
23470+
23471+
.ui.pagination.menu .item {
23472+
border-radius: 2rem;
23473+
}
23474+
23475+
.ui.pagination.menu .item:hover {
23476+
-webkit-box-shadow: 0 8px 20px 0 rgba(236, 131, 122, 0.2);
23477+
box-shadow: 0 8px 20px 0 rgba(236, 131, 122, 0.2);
23478+
}
23479+
23480+
.ui.pagination.menu .active.item {
23481+
color: white;
23482+
}
23483+
2346623484
.ui.item.menu {
2346723485
border-radius: 2rem;
2346823486
}

public_static/lib/semantic/semantic.min.css

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

semantic/src/site/collections/menu.overrides

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,22 @@
55
.ui.secondary.pointing.menu {
66
background: white;
77
}
8+
.ui.pagination.menu {
9+
border-radius: 2rem;
10+
margin-bottom: 30px;
811

12+
.item {
13+
border-radius: 2rem;
14+
15+
&:hover {
16+
box-shadow: 0 8px 20px 0 rgba(236,131,122,.2);
17+
}
18+
}
19+
20+
.active.item {
21+
color: white;
22+
}
23+
}
924
.ui.item.menu {
1025
border-radius: 2rem;
1126

0 commit comments

Comments
 (0)