paginator: page number
parent
0d031af65f
commit
8392838bd2
@ -1,2 +1,3 @@
|
||||
@import "modules/taskbar";
|
||||
@import "modules/alerts";
|
||||
@import "modules/paginator";
|
@ -0,0 +1,15 @@
|
||||
.topic {
|
||||
.page-number {
|
||||
position: absolute;
|
||||
bottom: 6px;
|
||||
right: 100px;
|
||||
background: rgb(219, 68, 55);
|
||||
padding: 4px;
|
||||
width: 26px;
|
||||
height: 26px;
|
||||
text-align: center;
|
||||
border-radius: 50%;
|
||||
color: white;
|
||||
font-size: 11px;
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue