Skip to content
Snippets Groups Projects
Unverified Commit f913a198 authored by Ahmad Farhat's avatar Ahmad Farhat Committed by GitHub
Browse files

Move sematic ui css into a file for better performance (#4520)

parent b82f3c20
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
@import 'shared_accesses'; @import 'shared_accesses';
@import 'presentation'; @import 'presentation';
@import 'admin_panel'; @import 'admin_panel';
@import '//cdnjs.cloudflare.com/ajax/libs/semantic-ui/2.2.2/components/menu.min.css'; @import 'pagination';
html, html,
body { body {
...@@ -392,57 +392,6 @@ input[type='checkbox'] { ...@@ -392,57 +392,6 @@ input[type='checkbox'] {
border-color: var(--brand-color) !important; border-color: var(--brand-color) !important;
} }
//Semantic UI pagination
.pagination-wrapper {
border-bottom: 2px solid whitesmoke;
border-right: 2px solid whitesmoke;
border-left: 2px solid whitesmoke;
}
.semantic-ui-pagination {
.ui.menu {
position: relative;
padding: 8px 12px 8px 16px;
}
.ui.menu .item {
justify-content: center;
}
.ui.secondary.menu .active.item {
color: var(--brand-color);
border-radius: $border-radius;
}
.ui.secondary.menu .item {
border-radius: $border-radius;
&:hover {
color: var(--brand-color) !important;
}
}
.ui.menu > .item:first-child {
display: block;
margin-right: auto;
padding: 0 !important;
}
.ui.menu > .item:last-child {
display: block;
margin-left: auto;
margin-right: 0 !important;
padding: 0 !important;
}
.ui.pagination {
width: 100%;
border: none;
box-shadow: none;
}
}
//Logo //Logo
.small-logo { .small-logo {
max-width: 200px; max-width: 200px;
......
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment