Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
40 changes: 40 additions & 0 deletions css/sb-admin-2-rtl.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,40 @@
#wrapper {
flex-direction: row-reverse !important;
}
.sidebar-dark .nav-item .nav-link {
direction: rtl;
text-align: right;
}
.sidebar .nav-item .nav-link[data-toggle=collapse]::after {
float: left;
}
.sidebar .nav-item .collapse .collapse-inner, .sidebar .nav-item .collapsing .collapse-inner {
text-align: right !important;
direction: rtl;
}
@media (min-width: 768px){
.sidebar .nav-item .nav-link[data-toggle=collapse].collapsed::after {
content: '\f104';
}
.sidebar .nav-item .nav-link i {
margin-right: 0;
margin-left: .25rem;
}
.sidebar .sidebar-heading {
text-align: right;
}
.sidebar .nav-item .collapse .collapse-inner {
text-align: right !important;
}
.sidebar.toggled .nav-item .collapse {
position: absolute;
right: calc(6.5rem + 1.5rem / 2);
left: calc(-20.5rem / 2);
}
.sidebar #sidebarToggle::after {
content: '\f105';
}
.sidebar.toggled #sidebarToggle::after {
content: '\f104';
}
}
44 changes: 44 additions & 0 deletions css/sb-admin-2-theme2.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,44 @@
body {
font-family: Vazirmatn, sans-serif;
background-color: #0093E9;
background-image: linear-gradient(160deg, #1441a9 0%, #612bb7 100%);
}
#wrapper #content-wrapper {
background-color:#f8f9fc00 !important;

}
.form-group {
text-align: right;
}
#content{
background: #f8f9fc;
margin: 30px 30px 0px 30px;
border-radius: 20px;
overflow: hidden;
margin-bottom: 0;
}
#wrapper>.sidebar {
background-color: #0094e900 !important;
background-image: none !important;
background-size: auto !important;
}
footer.sticky-footer {
background: none !important;
}


.border-right-info {
border-right: .25rem solid #36b9cc!important
}

.border-right-warning {
border-right: .25rem solid #f6c23e!important
}

.border-right-success {
border-right: .25rem solid #1cc88a!important;
}

.border-right-primary {
border-right: .25rem solid #4e73df!important
}