Skip to content
Snippets Groups Projects
hy-pager.scss 212 B
Newer Older
Ekaterina Kondareva's avatar
Ekaterina Kondareva committed
:host {
  display: block;
}

.hy-pager {
  align-items: center;
  display: flex;
  justify-content: center;
  flex-direction: row;
  flex-wrap: wrap;
  font-family: var(--main-font-family);
  list-style: none;
}