├── LICENSE
├── README.md
├── assets
├── .htaccess
├── core
│ └── scss
│ │ ├── _alert.scss
│ │ ├── _badge.scss
│ │ ├── _breadcrumb.scss
│ │ ├── _button-group.scss
│ │ ├── _buttons.scss
│ │ ├── _card.scss
│ │ ├── _carousel.scss
│ │ ├── _close.scss
│ │ ├── _code.scss
│ │ ├── _custom-forms.scss
│ │ ├── _dropdown.scss
│ │ ├── _forms.scss
│ │ ├── _functions.scss
│ │ ├── _grid.scss
│ │ ├── _images.scss
│ │ ├── _input-group.scss
│ │ ├── _jumbotron.scss
│ │ ├── _list-group.scss
│ │ ├── _media.scss
│ │ ├── _mixins.scss
│ │ ├── _modal.scss
│ │ ├── _nav.scss
│ │ ├── _navbar.scss
│ │ ├── _pagination.scss
│ │ ├── _popover.scss
│ │ ├── _print.scss
│ │ ├── _progress.scss
│ │ ├── _reboot.scss
│ │ ├── _root.scss
│ │ ├── _tables.scss
│ │ ├── _tooltip.scss
│ │ ├── _transitions.scss
│ │ ├── _type.scss
│ │ ├── _utilities.scss
│ │ ├── _variables.scss
│ │ ├── bootstrap-grid.css
│ │ ├── bootstrap-grid.css.map
│ │ ├── bootstrap-grid.scss
│ │ ├── bootstrap-reboot.css
│ │ ├── bootstrap-reboot.css.map
│ │ ├── bootstrap-reboot.scss
│ │ ├── bootstrap.css
│ │ ├── bootstrap.css.map
│ │ ├── bootstrap.scss
│ │ ├── mixins
│ │ ├── _alert.scss
│ │ ├── _background-variant.scss
│ │ ├── _badge.scss
│ │ ├── _border-radius.scss
│ │ ├── _box-shadow.scss
│ │ ├── _breakpoints.scss
│ │ ├── _buttons.scss
│ │ ├── _caret.scss
│ │ ├── _clearfix.scss
│ │ ├── _float.scss
│ │ ├── _forms.scss
│ │ ├── _gradients.scss
│ │ ├── _grid-framework.scss
│ │ ├── _grid.scss
│ │ ├── _hover.scss
│ │ ├── _image.scss
│ │ ├── _list-group.scss
│ │ ├── _lists.scss
│ │ ├── _nav-divider.scss
│ │ ├── _navbar-align.scss
│ │ ├── _pagination.scss
│ │ ├── _reset-text.scss
│ │ ├── _resize.scss
│ │ ├── _screen-reader.scss
│ │ ├── _size.scss
│ │ ├── _table-row.scss
│ │ ├── _text-emphasis.scss
│ │ ├── _text-hide.scss
│ │ ├── _text-truncate.scss
│ │ ├── _transition.scss
│ │ └── _visibility.scss
│ │ └── utilities
│ │ ├── _align.scss
│ │ ├── _background.scss
│ │ ├── _borders.scss
│ │ ├── _clearfix.scss
│ │ ├── _display.scss
│ │ ├── _embed.scss
│ │ ├── _flex.scss
│ │ ├── _float.scss
│ │ ├── _position.scss
│ │ ├── _screenreaders.scss
│ │ ├── _sizing.scss
│ │ ├── _spacing.scss
│ │ ├── _text.scss
│ │ └── _visibility.scss
├── css
│ ├── azzara.css
│ ├── azzara.css.map
│ ├── azzara.min.css
│ ├── azzara.min.css.map
│ ├── bootstrap.min.css
│ ├── bootstrap.min.css.map
│ ├── demo.css
│ └── fonts.css
├── fonts
│ ├── flaticon
│ │ ├── Flaticon.eot
│ │ ├── Flaticon.svg
│ │ ├── Flaticon.ttf
│ │ ├── Flaticon.woff
│ │ ├── _flaticon.scss
│ │ ├── flaticon.css
│ │ └── flaticon.html
│ ├── fontawesome
│ │ ├── fa-brands-400.eot
│ │ ├── fa-brands-400.svg
│ │ ├── fa-brands-400.ttf
│ │ ├── fa-brands-400.woff
│ │ ├── fa-brands-400.woff2
│ │ ├── fa-regular-400.eot
│ │ ├── fa-regular-400.svg
│ │ ├── fa-regular-400.ttf
│ │ ├── fa-regular-400.woff
│ │ ├── fa-regular-400.woff2
│ │ ├── fa-solid-900.eot
│ │ ├── fa-solid-900.svg
│ │ ├── fa-solid-900.ttf
│ │ ├── fa-solid-900.woff
│ │ └── fa-solid-900.woff2
│ └── summernote
│ │ ├── summernote.eot
│ │ ├── summernote.ttf
│ │ └── summernote.woff
├── img
│ ├── arashmil.jpg
│ ├── bg-404.jpeg
│ ├── blogpost.jpg
│ ├── chadengle.jpg
│ ├── examples
│ │ ├── logoinvoice.svg
│ │ ├── product1.jpg
│ │ ├── product2.jpg
│ │ ├── product3.jpg
│ │ ├── product4.jpg
│ │ ├── product5.jpg
│ │ ├── product6.jpg
│ │ ├── product7.jpg
│ │ └── product8.jpg
│ ├── flags
│ │ ├── .DS_Store
│ │ ├── ad.png
│ │ ├── ae.png
│ │ ├── af.png
│ │ ├── ag.png
│ │ ├── ai.png
│ │ ├── al.png
│ │ ├── am.png
│ │ ├── an.png
│ │ ├── ao.png
│ │ ├── ar.png
│ │ ├── as.png
│ │ ├── at.png
│ │ ├── au.png
│ │ ├── aw.png
│ │ ├── ax.png
│ │ ├── az.png
│ │ ├── ba.png
│ │ ├── bb.png
│ │ ├── bd.png
│ │ ├── be.png
│ │ ├── bf.png
│ │ ├── bg.png
│ │ ├── bh.png
│ │ ├── bi.png
│ │ ├── bj.png
│ │ ├── bm.png
│ │ ├── bn.png
│ │ ├── bo.png
│ │ ├── br.png
│ │ ├── bs.png
│ │ ├── bt.png
│ │ ├── bv.png
│ │ ├── bw.png
│ │ ├── by.png
│ │ ├── bz.png
│ │ ├── ca.png
│ │ ├── catalonia.png
│ │ ├── cc.png
│ │ ├── cd.png
│ │ ├── cf.png
│ │ ├── cg.png
│ │ ├── ch.png
│ │ ├── ci.png
│ │ ├── ck.png
│ │ ├── cl.png
│ │ ├── cm.png
│ │ ├── cn.png
│ │ ├── co.png
│ │ ├── cr.png
│ │ ├── cs.png
│ │ ├── cu.png
│ │ ├── cv.png
│ │ ├── cx.png
│ │ ├── cy.png
│ │ ├── cz.png
│ │ ├── de.png
│ │ ├── dj.png
│ │ ├── dk.png
│ │ ├── dm.png
│ │ ├── do.png
│ │ ├── dz.png
│ │ ├── ec.png
│ │ ├── ee.png
│ │ ├── eg.png
│ │ ├── eh.png
│ │ ├── england.png
│ │ ├── er.png
│ │ ├── es.png
│ │ ├── et.png
│ │ ├── europeanunion.png
│ │ ├── fam.png
│ │ ├── fi.png
│ │ ├── fj.png
│ │ ├── fk.png
│ │ ├── fm.png
│ │ ├── fo.png
│ │ ├── fr.png
│ │ ├── ga.png
│ │ ├── gb.png
│ │ ├── gd.png
│ │ ├── ge.png
│ │ ├── gf.png
│ │ ├── gh.png
│ │ ├── gi.png
│ │ ├── gl.png
│ │ ├── gm.png
│ │ ├── gn.png
│ │ ├── gp.png
│ │ ├── gq.png
│ │ ├── gr.png
│ │ ├── gs.png
│ │ ├── gt.png
│ │ ├── gu.png
│ │ ├── gw.png
│ │ ├── gy.png
│ │ ├── hk.png
│ │ ├── hm.png
│ │ ├── hn.png
│ │ ├── hr.png
│ │ ├── ht.png
│ │ ├── hu.png
│ │ ├── id.png
│ │ ├── ie.png
│ │ ├── il.png
│ │ ├── in.png
│ │ ├── io.png
│ │ ├── iq.png
│ │ ├── ir.png
│ │ ├── is.png
│ │ ├── it.png
│ │ ├── jm.png
│ │ ├── jo.png
│ │ ├── jp.png
│ │ ├── ke.png
│ │ ├── kg.png
│ │ ├── kh.png
│ │ ├── ki.png
│ │ ├── km.png
│ │ ├── kn.png
│ │ ├── kp.png
│ │ ├── kr.png
│ │ ├── kw.png
│ │ ├── ky.png
│ │ ├── kz.png
│ │ ├── la.png
│ │ ├── lb.png
│ │ ├── lc.png
│ │ ├── li.png
│ │ ├── lk.png
│ │ ├── lr.png
│ │ ├── ls.png
│ │ ├── lt.png
│ │ ├── lu.png
│ │ ├── lv.png
│ │ ├── ly.png
│ │ ├── ma.png
│ │ ├── mc.png
│ │ ├── md.png
│ │ ├── me.png
│ │ ├── mg.png
│ │ ├── mh.png
│ │ ├── mk.png
│ │ ├── ml.png
│ │ ├── mm.png
│ │ ├── mn.png
│ │ ├── mo.png
│ │ ├── mp.png
│ │ ├── mq.png
│ │ ├── mr.png
│ │ ├── ms.png
│ │ ├── mt.png
│ │ ├── mu.png
│ │ ├── mv.png
│ │ ├── mw.png
│ │ ├── mx.png
│ │ ├── my.png
│ │ ├── mz.png
│ │ ├── na.png
│ │ ├── nc.png
│ │ ├── ne.png
│ │ ├── nf.png
│ │ ├── ng.png
│ │ ├── ni.png
│ │ ├── nl.png
│ │ ├── no.png
│ │ ├── np.png
│ │ ├── nr.png
│ │ ├── nu.png
│ │ ├── nz.png
│ │ ├── om.png
│ │ ├── pa.png
│ │ ├── pe.png
│ │ ├── pf.png
│ │ ├── pg.png
│ │ ├── ph.png
│ │ ├── pk.png
│ │ ├── pl.png
│ │ ├── pm.png
│ │ ├── pn.png
│ │ ├── pr.png
│ │ ├── ps.png
│ │ ├── pt.png
│ │ ├── pw.png
│ │ ├── py.png
│ │ ├── qa.png
│ │ ├── re.png
│ │ ├── readme.txt
│ │ ├── ro.png
│ │ ├── rs.png
│ │ ├── ru.png
│ │ ├── rw.png
│ │ ├── sa.png
│ │ ├── sb.png
│ │ ├── sc.png
│ │ ├── scotland.png
│ │ ├── sd.png
│ │ ├── se.png
│ │ ├── sg.png
│ │ ├── sh.png
│ │ ├── si.png
│ │ ├── sj.png
│ │ ├── sk.png
│ │ ├── sl.png
│ │ ├── sm.png
│ │ ├── sn.png
│ │ ├── so.png
│ │ ├── sr.png
│ │ ├── st.png
│ │ ├── sv.png
│ │ ├── sy.png
│ │ ├── sz.png
│ │ ├── tc.png
│ │ ├── td.png
│ │ ├── tf.png
│ │ ├── tg.png
│ │ ├── th.png
│ │ ├── tj.png
│ │ ├── tk.png
│ │ ├── tl.png
│ │ ├── tm.png
│ │ ├── tn.png
│ │ ├── to.png
│ │ ├── tr.png
│ │ ├── tt.png
│ │ ├── tv.png
│ │ ├── tw.png
│ │ ├── tz.png
│ │ ├── ua.png
│ │ ├── ug.png
│ │ ├── um.png
│ │ ├── us.png
│ │ ├── uy.png
│ │ ├── uz.png
│ │ ├── va.png
│ │ ├── vc.png
│ │ ├── ve.png
│ │ ├── vg.png
│ │ ├── vi.png
│ │ ├── vn.png
│ │ ├── vu.png
│ │ ├── wales.png
│ │ ├── wf.png
│ │ ├── ws.png
│ │ ├── ye.png
│ │ ├── yt.png
│ │ ├── za.png
│ │ ├── zm.png
│ │ └── zw.png
│ ├── icon.ico
│ ├── icon.png
│ ├── icon.svg
│ ├── jm_denis.jpg
│ ├── logoazzara.svg
│ ├── logoazzara2.svg
│ ├── logoproduct.svg
│ ├── logoproduct2.svg
│ ├── logoproduct3.svg
│ ├── logoresponsive.png
│ ├── logowhite.gvdesign
│ ├── mlane.jpg
│ ├── profile.jpg
│ ├── profile2.jpg
│ ├── sauro.jpg
│ └── talha.jpg
├── js
│ ├── core
│ │ ├── bootstrap.min.js
│ │ ├── jquery.3.2.1.min.js
│ │ └── popper.min.js
│ ├── demo.js
│ ├── plugin
│ │ ├── bootstrap-notify
│ │ │ └── bootstrap-notify.min.js
│ │ ├── bootstrap-toggle
│ │ │ └── bootstrap-toggle.min.js
│ │ ├── chart-circle
│ │ │ └── circles.min.js
│ │ ├── chart.js
│ │ │ └── chart.min.js
│ │ ├── datatables
│ │ │ └── datatables.min.js
│ │ ├── dropzone
│ │ │ └── dropzone.min.js
│ │ ├── gmaps
│ │ │ └── gmaps.js
│ │ ├── jquery-scrollbar
│ │ │ └── jquery.scrollbar.min.js
│ │ ├── jquery-ui-1.12.1.custom
│ │ │ └── jquery-ui.min.js
│ │ ├── jquery-ui-touch-punch
│ │ │ └── jquery.ui.touch-punch.min.js
│ │ ├── jquery.sparkline
│ │ │ └── jquery.sparkline.min.js
│ │ ├── jquery.validate
│ │ │ └── jquery.validate.min.js
│ │ ├── jqvmap
│ │ │ ├── jquery.vmap.min.js
│ │ │ └── maps
│ │ │ │ ├── continents
│ │ │ │ ├── jquery.vmap.africa.js
│ │ │ │ ├── jquery.vmap.asia.js
│ │ │ │ ├── jquery.vmap.australia.js
│ │ │ │ ├── jquery.vmap.europe.js
│ │ │ │ ├── jquery.vmap.north-america.js
│ │ │ │ └── jquery.vmap.south-america.js
│ │ │ │ ├── jquery.vmap.algeria.js
│ │ │ │ ├── jquery.vmap.argentina.js
│ │ │ │ ├── jquery.vmap.brazil.js
│ │ │ │ ├── jquery.vmap.canada.js
│ │ │ │ ├── jquery.vmap.croatia.js
│ │ │ │ ├── jquery.vmap.europe.js
│ │ │ │ ├── jquery.vmap.france.js
│ │ │ │ ├── jquery.vmap.germany.js
│ │ │ │ ├── jquery.vmap.greece.js
│ │ │ │ ├── jquery.vmap.indonesia.js
│ │ │ │ ├── jquery.vmap.iran.js
│ │ │ │ ├── jquery.vmap.iraq.js
│ │ │ │ ├── jquery.vmap.new_regions_france.js
│ │ │ │ ├── jquery.vmap.russia.js
│ │ │ │ ├── jquery.vmap.serbia.js
│ │ │ │ ├── jquery.vmap.tunisia.js
│ │ │ │ ├── jquery.vmap.turkey.js
│ │ │ │ ├── jquery.vmap.ukraine.js
│ │ │ │ ├── jquery.vmap.usa.counties.js
│ │ │ │ ├── jquery.vmap.usa.districts.js
│ │ │ │ ├── jquery.vmap.usa.js
│ │ │ │ └── jquery.vmap.world.js
│ │ ├── moment
│ │ │ └── moment.min.js
│ │ ├── summernote
│ │ │ └── summernote-bs4.min.js
│ │ ├── sweetalert
│ │ │ └── sweetalert.min.js
│ │ └── webfont
│ │ │ └── webfont.min.js
│ ├── ready.js
│ ├── ready.min.js
│ └── setting-demo.js
└── sass
│ ├── azzara.scss
│ └── azzara
│ ├── _background.scss
│ ├── _components.scss
│ ├── _flaticon.scss
│ ├── _font-awesome.scss
│ ├── _layouts-colors.scss
│ ├── _layouts.scss
│ ├── _login.scss
│ ├── _outlinefocus.scss
│ ├── _pagenotfound.scss
│ ├── _plugins.scss
│ ├── _responsive.scss
│ ├── _typography.scss
│ ├── _variables.scss
│ ├── components
│ ├── _activityfeed.scss
│ ├── _alerts.scss
│ ├── _avatars.scss
│ ├── _badges.scss
│ ├── _breadcrumbs.scss
│ ├── _buttons.scss
│ ├── _cards.scss
│ ├── _charts.scss
│ ├── _dropdowns.scss
│ ├── _inputs.scss
│ ├── _listgroup.scss
│ ├── _loader.scss
│ ├── _maps.scss
│ ├── _messages.scss
│ ├── _modals.scss
│ ├── _navbars.scss
│ ├── _navsearch.scss
│ ├── _navtabs.scss
│ ├── _paginations.scss
│ ├── _popovers.scss
│ ├── _progress.scss
│ ├── _projects.scss
│ ├── _rating.scss
│ ├── _settings.scss
│ ├── _sliders.scss
│ ├── _tables.scss
│ ├── _tasks.scss
│ ├── _tile.scss
│ └── _timeline.scss
│ └── plugins
│ ├── _animate.scss
│ ├── _datatables.scss
│ ├── _jqueryscrollbar.scss
│ ├── _jqueryui.scss
│ ├── _sweetalert.scss
│ └── _toggle.scss
├── documentation
├── assets
│ ├── prism-normalize-whitespace.min.js
│ ├── prism.css
│ ├── prism.js
│ └── styles.css
├── components
│ ├── alerts.html
│ ├── avatars.html
│ ├── badge.html
│ ├── breadcrumb.html
│ ├── buttons.html
│ ├── card.html
│ ├── collapse.html
│ ├── colors.html
│ ├── dropdowns.html
│ ├── forms.html
│ ├── layoutsbackground.html
│ ├── loaders.html
│ ├── modal.html
│ ├── navbar.html
│ ├── navs.html
│ ├── pagination.html
│ ├── popovers.html
│ ├── progress.html
│ ├── tables.html
│ ├── tooltips.html
│ └── typography.html
├── index.html
└── plugins
│ ├── animate.html
│ ├── chart.html
│ ├── chartcircle.html
│ ├── datatables.html
│ ├── gmaps.html
│ ├── jqvmap.html
│ ├── notify.html
│ ├── scrollbar.html
│ ├── slider.html
│ ├── sparkline.html
│ ├── sweetalert.html
│ └── switch.html
└── examples
├── 404.html
├── charts
├── charts.html
└── sparkline.html
├── components
├── avatars.html
├── buttons.html
├── flaticons.html
├── font-awesome-icons.html
├── gridsystem.html
├── lists.html
├── notifications.html
├── panels.html
├── sweetalert.html
└── typography.html
├── forms
└── forms.html
├── index.html
├── login.html
├── login2.html
├── maps
├── fullscreenmaps.html
├── googlemaps.html
└── jqvmap.html
├── messages.html
├── projects.html
├── starter-template.html
├── tables
├── datatables.html
└── tables.html
├── userprofile.html
└── widgets.html
/LICENSE:
--------------------------------------------------------------------------------
1 | MIT License
2 |
3 | Copyright (c) 2019 themekita
4 |
5 | Permission is hereby granted, free of charge, to any person obtaining a copy
6 | of this software and associated documentation files (the "Software"), to deal
7 | in the Software without restriction, including without limitation the rights
8 | to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9 | copies of the Software, and to permit persons to whom the Software is
10 | furnished to do so, subject to the following conditions:
11 |
12 | The above copyright notice and this permission notice shall be included in all
13 | copies or substantial portions of the Software.
14 |
15 | THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16 | IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17 | FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18 | AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19 | LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20 | OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21 | SOFTWARE.
22 |
--------------------------------------------------------------------------------
/README.md:
--------------------------------------------------------------------------------
1 | # Azzara Admin Dashboard Template
2 |
3 | 
4 |
5 | Free Bootstrap 4 Admin Dashboard
6 |
7 | Azzara is a beautiful and elegant Bootstrap 4 admin dashboard designed to manage and visualize data about your business. It combines easy colors on the eyes, wide cards, beautiful typography, and graphics.
8 |
9 | For plugin options, we are very selective in choosing. We only use plugins that are really needed to maintain templates quickly and lightly.
10 |
11 | We make documentation how you start using this dashboard template and use available components and plugins.
12 |
13 | Let us know what you think and what we can improve below. And good luck with development!
14 |
--------------------------------------------------------------------------------
/assets/.htaccess:
--------------------------------------------------------------------------------
1 | # # Deny access to .htaccess
2 | #
3 | # Order allow, deny
4 | # Deny from all
5 | #
6 |
7 | # # Disable directory browsing
8 | Options -Indexes
9 |
10 | # # Hide files of type .png, .zip, .jpg, .gif .doc etc from listing
11 | IndexIgnore *.png *.zip *.jpg *.gif *.doc *.css *.scss *.js *.jpg *.txt
--------------------------------------------------------------------------------
/assets/core/scss/_alert.scss:
--------------------------------------------------------------------------------
1 | //
2 | // Base styles
3 | //
4 |
5 | .alert {
6 | position: relative;
7 | padding: $alert-padding-y $alert-padding-x;
8 | margin-bottom: $alert-margin-bottom;
9 | border: $alert-border-width solid transparent;
10 | @include border-radius($alert-border-radius);
11 | }
12 |
13 | // Headings for larger alerts
14 | .alert-heading {
15 | // Specified to prevent conflicts of changing $headings-color
16 | color: inherit;
17 | }
18 |
19 | // Provide class for links that match alerts
20 | .alert-link {
21 | font-weight: $alert-link-font-weight;
22 | }
23 |
24 |
25 | // Dismissible alerts
26 | //
27 | // Expand the right padding and account for the close button's positioning.
28 |
29 | .alert-dismissible {
30 | padding-right: ($close-font-size + $alert-padding-x * 2);
31 |
32 | // Adjust close link position
33 | .close {
34 | position: absolute;
35 | top: 0;
36 | right: 0;
37 | padding: $alert-padding-y $alert-padding-x;
38 | color: inherit;
39 | }
40 | }
41 |
42 |
43 | // Alternate styles
44 | //
45 | // Generate contextual modifier classes for colorizing the alert.
46 |
47 | @each $color, $value in $theme-colors {
48 | .alert-#{$color} {
49 | @include alert-variant(theme-color-level($color, $alert-bg-level), theme-color-level($color, $alert-border-level), theme-color-level($color, $alert-color-level));
50 | }
51 | }
52 |
--------------------------------------------------------------------------------
/assets/core/scss/_badge.scss:
--------------------------------------------------------------------------------
1 | // Base class
2 | //
3 | // Requires one of the contextual, color modifier classes for `color` and
4 | // `background-color`.
5 |
6 | .badge {
7 | display: inline-block;
8 | padding: $badge-padding-y $badge-padding-x;
9 | font-size: $badge-font-size;
10 | font-weight: $badge-font-weight;
11 | line-height: 1;
12 | text-align: center;
13 | white-space: nowrap;
14 | vertical-align: baseline;
15 | @include border-radius($badge-border-radius);
16 |
17 | // Empty badges collapse automatically
18 | &:empty {
19 | display: none;
20 | }
21 | }
22 |
23 | // Quick fix for badges in buttons
24 | .btn .badge {
25 | position: relative;
26 | top: -1px;
27 | }
28 |
29 | // Pill badges
30 | //
31 | // Make them extra rounded with a modifier to replace v3's badges.
32 |
33 | .badge-pill {
34 | padding-right: $badge-pill-padding-x;
35 | padding-left: $badge-pill-padding-x;
36 | @include border-radius($badge-pill-border-radius);
37 | }
38 |
39 | // Colors
40 | //
41 | // Contextual variations (linked badges get darker on :hover).
42 |
43 | @each $color, $value in $theme-colors {
44 | .badge-#{$color} {
45 | @include badge-variant($value);
46 | }
47 | }
48 |
--------------------------------------------------------------------------------
/assets/core/scss/_breadcrumb.scss:
--------------------------------------------------------------------------------
1 | .breadcrumb {
2 | display: flex;
3 | flex-wrap: wrap;
4 | padding: $breadcrumb-padding-y $breadcrumb-padding-x;
5 | margin-bottom: $breadcrumb-margin-bottom;
6 | list-style: none;
7 | background-color: $breadcrumb-bg;
8 | @include border-radius($border-radius);
9 | }
10 |
11 | .breadcrumb-item {
12 | // The separator between breadcrumbs (by default, a forward-slash: "/")
13 | + .breadcrumb-item::before {
14 | display: inline-block; // Suppress underlining of the separator in modern browsers
15 | padding-right: $breadcrumb-item-padding;
16 | padding-left: $breadcrumb-item-padding;
17 | color: $breadcrumb-divider-color;
18 | content: "#{$breadcrumb-divider}";
19 | }
20 |
21 | // IE9-11 hack to properly handle hyperlink underlines for breadcrumbs built
22 | // without `
`s. The `::before` pseudo-element generates an element
23 | // *within* the .breadcrumb-item and thereby inherits the `text-decoration`.
24 | //
25 | // To trick IE into suppressing the underline, we give the pseudo-element an
26 | // underline and then immediately remove it.
27 | + .breadcrumb-item:hover::before {
28 | text-decoration: underline;
29 | }
30 | // stylelint-disable-next-line no-duplicate-selectors
31 | + .breadcrumb-item:hover::before {
32 | text-decoration: none;
33 | }
34 |
35 | &.active {
36 | color: $breadcrumb-active-color;
37 | }
38 | }
39 |
--------------------------------------------------------------------------------
/assets/core/scss/_close.scss:
--------------------------------------------------------------------------------
1 | .close {
2 | float: right;
3 | font-size: $close-font-size;
4 | font-weight: $close-font-weight;
5 | line-height: 1;
6 | color: $close-color;
7 | text-shadow: $close-text-shadow;
8 | opacity: .5;
9 |
10 | @include hover-focus {
11 | color: $close-color;
12 | text-decoration: none;
13 | opacity: .75;
14 | }
15 |
16 | // Opinionated: add "hand" cursor to non-disabled .close elements
17 | &:not(:disabled):not(.disabled) {
18 | cursor: pointer;
19 | }
20 | }
21 |
22 | // Additional properties for button version
23 | // iOS requires the button element instead of an anchor tag.
24 | // If you want the anchor version, it requires `href="#"`.
25 | // See https://developer.mozilla.org/en-US/docs/Web/Events/click#Safari_Mobile
26 |
27 | // stylelint-disable property-no-vendor-prefix, selector-no-qualifying-type
28 | button.close {
29 | padding: 0;
30 | background-color: transparent;
31 | border: 0;
32 | -webkit-appearance: none;
33 | }
34 | // stylelint-enable
35 |
--------------------------------------------------------------------------------
/assets/core/scss/_code.scss:
--------------------------------------------------------------------------------
1 | // Inline and block code styles
2 | code,
3 | kbd,
4 | pre,
5 | samp {
6 | font-family: $font-family-monospace;
7 | }
8 |
9 | // Inline code
10 | code {
11 | font-size: $code-font-size;
12 | color: $code-color;
13 | word-break: break-word;
14 |
15 | // Streamline the style when inside anchors to avoid broken underline and more
16 | a > & {
17 | color: inherit;
18 | }
19 | }
20 |
21 | // User input typically entered via keyboard
22 | kbd {
23 | padding: $kbd-padding-y $kbd-padding-x;
24 | font-size: $kbd-font-size;
25 | color: $kbd-color;
26 | background-color: $kbd-bg;
27 | @include border-radius($border-radius-sm);
28 | @include box-shadow($kbd-box-shadow);
29 |
30 | kbd {
31 | padding: 0;
32 | font-size: 100%;
33 | font-weight: $nested-kbd-font-weight;
34 | @include box-shadow(none);
35 | }
36 | }
37 |
38 | // Blocks of code
39 | pre {
40 | display: block;
41 | font-size: $code-font-size;
42 | color: $pre-color;
43 |
44 | // Account for some code outputs that place code tags in pre tags
45 | code {
46 | font-size: inherit;
47 | color: inherit;
48 | word-break: normal;
49 | }
50 | }
51 |
52 | // Enable scrollable blocks of code
53 | .pre-scrollable {
54 | max-height: $pre-scrollable-max-height;
55 | overflow-y: scroll;
56 | }
57 |
--------------------------------------------------------------------------------
/assets/core/scss/_functions.scss:
--------------------------------------------------------------------------------
1 | // Bootstrap functions
2 | //
3 | // Utility mixins and functions for evalutating source code across our variables, maps, and mixins.
4 |
5 | // Ascending
6 | // Used to evaluate Sass maps like our grid breakpoints.
7 | @mixin _assert-ascending($map, $map-name) {
8 | $prev-key: null;
9 | $prev-num: null;
10 | @each $key, $num in $map {
11 | @if $prev-num == null {
12 | // Do nothing
13 | } @else if not comparable($prev-num, $num) {
14 | @warn "Potentially invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} whose unit makes it incomparable to #{$prev-num}, the value of the previous key '#{$prev-key}' !";
15 | } @else if $prev-num >= $num {
16 | @warn "Invalid value for #{$map-name}: This map must be in ascending order, but key '#{$key}' has value #{$num} which isn't greater than #{$prev-num}, the value of the previous key '#{$prev-key}' !";
17 | }
18 | $prev-key: $key;
19 | $prev-num: $num;
20 | }
21 | }
22 |
23 | // Starts at zero
24 | // Another grid mixin that ensures the min-width of the lowest breakpoint starts at 0.
25 | @mixin _assert-starts-at-zero($map) {
26 | $values: map-values($map);
27 | $first-value: nth($values, 1);
28 | @if $first-value != 0 {
29 | @warn "First breakpoint in `$grid-breakpoints` must start at 0, but starts at #{$first-value}.";
30 | }
31 | }
32 |
33 | // Replace `$search` with `$replace` in `$string`
34 | // Used on our SVG icon backgrounds for custom forms.
35 | //
36 | // @author Hugo Giraudel
37 | // @param {String} $string - Initial string
38 | // @param {String} $search - Substring to replace
39 | // @param {String} $replace ('') - New value
40 | // @return {String} - Updated string
41 | @function str-replace($string, $search, $replace: "") {
42 | $index: str-index($string, $search);
43 |
44 | @if $index {
45 | @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace);
46 | }
47 |
48 | @return $string;
49 | }
50 |
51 | // Color contrast
52 | @function color-yiq($color) {
53 | $r: red($color);
54 | $g: green($color);
55 | $b: blue($color);
56 |
57 | $yiq: (($r * 299) + ($g * 587) + ($b * 114)) / 1000;
58 |
59 | @if ($yiq >= $yiq-contrasted-threshold) {
60 | @return $yiq-text-dark;
61 | } @else {
62 | @return $yiq-text-light;
63 | }
64 | }
65 |
66 | // Retrieve color Sass maps
67 | @function color($key: "blue") {
68 | @return map-get($colors, $key);
69 | }
70 |
71 | @function theme-color($key: "primary") {
72 | @return map-get($theme-colors, $key);
73 | }
74 |
75 | @function gray($key: "100") {
76 | @return map-get($grays, $key);
77 | }
78 |
79 | // Request a theme color level
80 | @function theme-color-level($color-name: "primary", $level: 0) {
81 | $color: theme-color($color-name);
82 | $color-base: if($level > 0, #000, #fff);
83 | $level: abs($level);
84 |
85 | @return mix($color-base, $color, $level * $theme-color-interval);
86 | }
87 |
--------------------------------------------------------------------------------
/assets/core/scss/_grid.scss:
--------------------------------------------------------------------------------
1 | // Container widths
2 | //
3 | // Set the container width, and override it for fixed navbars in media queries.
4 |
5 | @if $enable-grid-classes {
6 | .container {
7 | @include make-container();
8 | @include make-container-max-widths();
9 | }
10 | }
11 |
12 | // Fluid container
13 | //
14 | // Utilizes the mixin meant for fixed width containers, but with 100% width for
15 | // fluid, full width layouts.
16 |
17 | @if $enable-grid-classes {
18 | .container-fluid {
19 | @include make-container();
20 | }
21 | }
22 |
23 | // Row
24 | //
25 | // Rows contain and clear the floats of your columns.
26 |
27 | @if $enable-grid-classes {
28 | .row {
29 | @include make-row();
30 | }
31 |
32 | // Remove the negative margin from default .row, then the horizontal padding
33 | // from all immediate children columns (to prevent runaway style inheritance).
34 | .no-gutters {
35 | margin-right: 0;
36 | margin-left: 0;
37 |
38 | > .col,
39 | > [class*="col-"] {
40 | padding-right: 0;
41 | padding-left: 0;
42 | }
43 | }
44 | }
45 |
46 | // Columns
47 | //
48 | // Common styles for small and large grid columns
49 |
50 | @if $enable-grid-classes {
51 | @include make-grid-columns();
52 | }
53 |
--------------------------------------------------------------------------------
/assets/core/scss/_images.scss:
--------------------------------------------------------------------------------
1 | // Responsive images (ensure images don't scale beyond their parents)
2 | //
3 | // This is purposefully opt-in via an explicit class rather than being the default for all ` `s.
4 | // We previously tried the "images are responsive by default" approach in Bootstrap v2,
5 | // and abandoned it in Bootstrap v3 because it breaks lots of third-party widgets (including Google Maps)
6 | // which weren't expecting the images within themselves to be involuntarily resized.
7 | // See also https://github.com/twbs/bootstrap/issues/18178
8 | .img-fluid {
9 | @include img-fluid;
10 | }
11 |
12 |
13 | // Image thumbnails
14 | .img-thumbnail {
15 | padding: $thumbnail-padding;
16 | background-color: $thumbnail-bg;
17 | border: $thumbnail-border-width solid $thumbnail-border-color;
18 | @include border-radius($thumbnail-border-radius);
19 | @include box-shadow($thumbnail-box-shadow);
20 |
21 | // Keep them at most 100% wide
22 | @include img-fluid;
23 | }
24 |
25 | //
26 | // Figures
27 | //
28 |
29 | .figure {
30 | // Ensures the caption's text aligns with the image.
31 | display: inline-block;
32 | }
33 |
34 | .figure-img {
35 | margin-bottom: ($spacer / 2);
36 | line-height: 1;
37 | }
38 |
39 | .figure-caption {
40 | font-size: $figure-caption-font-size;
41 | color: $figure-caption-color;
42 | }
43 |
--------------------------------------------------------------------------------
/assets/core/scss/_jumbotron.scss:
--------------------------------------------------------------------------------
1 | .jumbotron {
2 | padding: $jumbotron-padding ($jumbotron-padding / 2);
3 | margin-bottom: $jumbotron-padding;
4 | background-color: $jumbotron-bg;
5 | @include border-radius($border-radius-lg);
6 |
7 | @include media-breakpoint-up(sm) {
8 | padding: ($jumbotron-padding * 2) $jumbotron-padding;
9 | }
10 | }
11 |
12 | .jumbotron-fluid {
13 | padding-right: 0;
14 | padding-left: 0;
15 | @include border-radius(0);
16 | }
17 |
--------------------------------------------------------------------------------
/assets/core/scss/_list-group.scss:
--------------------------------------------------------------------------------
1 | // Base class
2 | //
3 | // Easily usable on , , or .
4 |
5 | .list-group {
6 | display: flex;
7 | flex-direction: column;
8 |
9 | // No need to set list-style: none; since .list-group-item is block level
10 | padding-left: 0; // reset padding because ul and ol
11 | margin-bottom: 0;
12 | }
13 |
14 |
15 | // Interactive list items
16 | //
17 | // Use anchor or button elements instead of `li`s or `div`s to create interactive
18 | // list items. Includes an extra `.active` modifier class for selected items.
19 |
20 | .list-group-item-action {
21 | width: 100%; // For `
`s (anchors become 100% by default though)
22 | color: $list-group-action-color;
23 | text-align: inherit; // For ``s (anchors inherit)
24 |
25 | // Hover state
26 | @include hover-focus {
27 | color: $list-group-action-hover-color;
28 | text-decoration: none;
29 | background-color: $list-group-hover-bg;
30 | }
31 |
32 | &:active {
33 | color: $list-group-action-active-color;
34 | background-color: $list-group-action-active-bg;
35 | }
36 | }
37 |
38 |
39 | // Individual list items
40 | //
41 | // Use on `li`s or `div`s within the `.list-group` parent.
42 |
43 | .list-group-item {
44 | position: relative;
45 | display: block;
46 | padding: $list-group-item-padding-y $list-group-item-padding-x;
47 | // Place the border on the list items and negative margin up for better styling
48 | margin-bottom: -$list-group-border-width;
49 | background-color: $list-group-bg;
50 | border: $list-group-border-width solid $list-group-border-color;
51 |
52 | &:first-child {
53 | @include border-top-radius($list-group-border-radius);
54 | }
55 |
56 | &:last-child {
57 | margin-bottom: 0;
58 | @include border-bottom-radius($list-group-border-radius);
59 | }
60 |
61 | @include hover-focus {
62 | z-index: 1; // Place hover/active items above their siblings for proper border styling
63 | text-decoration: none;
64 | }
65 |
66 | &.disabled,
67 | &:disabled {
68 | color: $list-group-disabled-color;
69 | background-color: $list-group-disabled-bg;
70 | }
71 |
72 | // Include both here for ``s and ``s
73 | &.active {
74 | z-index: 2; // Place active items above their siblings for proper border styling
75 | color: $list-group-active-color;
76 | background-color: $list-group-active-bg;
77 | border-color: $list-group-active-border-color;
78 | }
79 | }
80 |
81 |
82 | // Flush list items
83 | //
84 | // Remove borders and border-radius to keep list group items edge-to-edge. Most
85 | // useful within other components (e.g., cards).
86 |
87 | .list-group-flush {
88 | .list-group-item {
89 | border-right: 0;
90 | border-left: 0;
91 | @include border-radius(0);
92 | }
93 |
94 | &:first-child {
95 | .list-group-item:first-child {
96 | border-top: 0;
97 | }
98 | }
99 |
100 | &:last-child {
101 | .list-group-item:last-child {
102 | border-bottom: 0;
103 | }
104 | }
105 | }
106 |
107 |
108 | // Contextual variants
109 | //
110 | // Add modifier classes to change text and background color on individual items.
111 | // Organizationally, this must come after the `:hover` states.
112 |
113 | @each $color, $value in $theme-colors {
114 | @include list-group-item-variant($color, theme-color-level($color, -9), theme-color-level($color, 6));
115 | }
116 |
--------------------------------------------------------------------------------
/assets/core/scss/_media.scss:
--------------------------------------------------------------------------------
1 | .media {
2 | display: flex;
3 | align-items: flex-start;
4 | }
5 |
6 | .media-body {
7 | flex: 1;
8 | }
9 |
--------------------------------------------------------------------------------
/assets/core/scss/_mixins.scss:
--------------------------------------------------------------------------------
1 | // Toggles
2 | //
3 | // Used in conjunction with global variables to enable certain theme features.
4 |
5 | // Utilities
6 | @import "mixins/breakpoints";
7 | @import "mixins/hover";
8 | @import "mixins/image";
9 | @import "mixins/badge";
10 | @import "mixins/resize";
11 | @import "mixins/screen-reader";
12 | @import "mixins/size";
13 | @import "mixins/reset-text";
14 | @import "mixins/text-emphasis";
15 | @import "mixins/text-hide";
16 | @import "mixins/text-truncate";
17 | @import "mixins/visibility";
18 |
19 | // // Components
20 | @import "mixins/alert";
21 | @import "mixins/buttons";
22 | @import "mixins/caret";
23 | @import "mixins/pagination";
24 | @import "mixins/lists";
25 | @import "mixins/list-group";
26 | @import "mixins/nav-divider";
27 | @import "mixins/forms";
28 | @import "mixins/table-row";
29 |
30 | // // Skins
31 | @import "mixins/background-variant";
32 | @import "mixins/border-radius";
33 | @import "mixins/box-shadow";
34 | @import "mixins/gradients";
35 | @import "mixins/transition";
36 |
37 | // // Layout
38 | @import "mixins/clearfix";
39 | // @import "mixins/navbar-align";
40 | @import "mixins/grid-framework";
41 | @import "mixins/grid";
42 | @import "mixins/float";
43 |
--------------------------------------------------------------------------------
/assets/core/scss/_nav.scss:
--------------------------------------------------------------------------------
1 | // Base class
2 | //
3 | // Kickstart any navigation component with a set of style resets. Works with
4 | // ``s or ``s.
5 |
6 | .nav {
7 | display: flex;
8 | flex-wrap: wrap;
9 | padding-left: 0;
10 | margin-bottom: 0;
11 | list-style: none;
12 | }
13 |
14 | .nav-link {
15 | display: block;
16 | padding: $nav-link-padding-y $nav-link-padding-x;
17 |
18 | @include hover-focus {
19 | text-decoration: none;
20 | }
21 |
22 | // Disabled state lightens text
23 | &.disabled {
24 | color: $nav-link-disabled-color;
25 | }
26 | }
27 |
28 | //
29 | // Tabs
30 | //
31 |
32 | .nav-tabs {
33 | border-bottom: $nav-tabs-border-width solid $nav-tabs-border-color;
34 |
35 | .nav-item {
36 | margin-bottom: -$nav-tabs-border-width;
37 | }
38 |
39 | .nav-link {
40 | border: $nav-tabs-border-width solid transparent;
41 | @include border-top-radius($nav-tabs-border-radius);
42 |
43 | @include hover-focus {
44 | border-color: $nav-tabs-link-hover-border-color;
45 | }
46 |
47 | &.disabled {
48 | color: $nav-link-disabled-color;
49 | background-color: transparent;
50 | border-color: transparent;
51 | }
52 | }
53 |
54 | .nav-link.active,
55 | .nav-item.show .nav-link {
56 | color: $nav-tabs-link-active-color;
57 | background-color: $nav-tabs-link-active-bg;
58 | border-color: $nav-tabs-link-active-border-color;
59 | }
60 |
61 | .dropdown-menu {
62 | // Make dropdown border overlap tab border
63 | margin-top: -$nav-tabs-border-width;
64 | // Remove the top rounded corners here since there is a hard edge above the menu
65 | @include border-top-radius(0);
66 | }
67 | }
68 |
69 |
70 | //
71 | // Pills
72 | //
73 |
74 | .nav-pills {
75 | .nav-link {
76 | @include border-radius($nav-pills-border-radius);
77 | }
78 |
79 | .nav-link.active,
80 | .show > .nav-link {
81 | color: $nav-pills-link-active-color;
82 | background-color: $nav-pills-link-active-bg;
83 | }
84 | }
85 |
86 |
87 | //
88 | // Justified variants
89 | //
90 |
91 | .nav-fill {
92 | .nav-item {
93 | flex: 1 1 auto;
94 | text-align: center;
95 | }
96 | }
97 |
98 | .nav-justified {
99 | .nav-item {
100 | flex-basis: 0;
101 | flex-grow: 1;
102 | text-align: center;
103 | }
104 | }
105 |
106 |
107 | // Tabbable tabs
108 | //
109 | // Hide tabbable panes to start, show them when `.active`
110 |
111 | .tab-content {
112 | > .tab-pane {
113 | display: none;
114 | }
115 | > .active {
116 | display: block;
117 | }
118 | }
119 |
--------------------------------------------------------------------------------
/assets/core/scss/_pagination.scss:
--------------------------------------------------------------------------------
1 | .pagination {
2 | display: flex;
3 | @include list-unstyled();
4 | @include border-radius();
5 | }
6 |
7 | .page-link {
8 | position: relative;
9 | display: block;
10 | padding: $pagination-padding-y $pagination-padding-x;
11 | margin-left: -$pagination-border-width;
12 | line-height: $pagination-line-height;
13 | color: $pagination-color;
14 | background-color: $pagination-bg;
15 | border: $pagination-border-width solid $pagination-border-color;
16 |
17 | &:hover {
18 | color: $pagination-hover-color;
19 | text-decoration: none;
20 | background-color: $pagination-hover-bg;
21 | border-color: $pagination-hover-border-color;
22 | }
23 |
24 | &:focus {
25 | z-index: 2;
26 | outline: 0;
27 | box-shadow: $pagination-focus-box-shadow;
28 | }
29 |
30 | // Opinionated: add "hand" cursor to non-disabled .page-link elements
31 | &:not(:disabled):not(.disabled) {
32 | cursor: pointer;
33 | }
34 | }
35 |
36 | .page-item {
37 | &:first-child {
38 | .page-link {
39 | margin-left: 0;
40 | @include border-left-radius($border-radius);
41 | }
42 | }
43 | &:last-child {
44 | .page-link {
45 | @include border-right-radius($border-radius);
46 | }
47 | }
48 |
49 | &.active .page-link {
50 | z-index: 1;
51 | color: $pagination-active-color;
52 | background-color: $pagination-active-bg;
53 | border-color: $pagination-active-border-color;
54 | }
55 |
56 | &.disabled .page-link {
57 | color: $pagination-disabled-color;
58 | pointer-events: none;
59 | // Opinionated: remove the "hand" cursor set previously for .page-link
60 | cursor: auto;
61 | background-color: $pagination-disabled-bg;
62 | border-color: $pagination-disabled-border-color;
63 | }
64 | }
65 |
66 |
67 | //
68 | // Sizing
69 | //
70 |
71 | .pagination-lg {
72 | @include pagination-size($pagination-padding-y-lg, $pagination-padding-x-lg, $font-size-lg, $line-height-lg, $border-radius-lg);
73 | }
74 |
75 | .pagination-sm {
76 | @include pagination-size($pagination-padding-y-sm, $pagination-padding-x-sm, $font-size-sm, $line-height-sm, $border-radius-sm);
77 | }
78 |
--------------------------------------------------------------------------------
/assets/core/scss/_print.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important, selector-no-qualifying-type
2 |
3 | // Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css
4 |
5 | // ==========================================================================
6 | // Print styles.
7 | // Inlined to avoid the additional HTTP request:
8 | // http://www.phpied.com/delay-loading-your-print-css/
9 | // ==========================================================================
10 |
11 | @if $enable-print-styles {
12 | @media print {
13 | *,
14 | *::before,
15 | *::after {
16 | // Bootstrap specific; comment out `color` and `background`
17 | //color: #000 !important; // Black prints faster: http://www.sanbeiji.com/archives/953
18 | text-shadow: none !important;
19 | //background: transparent !important;
20 | box-shadow: none !important;
21 | }
22 |
23 | a {
24 | &:not(.btn) {
25 | text-decoration: underline;
26 | }
27 | }
28 |
29 | // Bootstrap specific; comment the following selector out
30 | //a[href]::after {
31 | // content: " (" attr(href) ")";
32 | //}
33 |
34 | abbr[title]::after {
35 | content: " (" attr(title) ")";
36 | }
37 |
38 | // Bootstrap specific; comment the following selector out
39 | //
40 | // Don't show links that are fragment identifiers,
41 | // or use the `javascript:` pseudo protocol
42 | //
43 |
44 | //a[href^="#"]::after,
45 | //a[href^="javascript:"]::after {
46 | // content: "";
47 | //}
48 |
49 | pre {
50 | white-space: pre-wrap !important;
51 | }
52 | pre,
53 | blockquote {
54 | border: $border-width solid #999; // Bootstrap custom code; using `$border-width` instead of 1px
55 | page-break-inside: avoid;
56 | }
57 |
58 | //
59 | // Printing Tables:
60 | // http://css-discuss.incutio.com/wiki/Printing_Tables
61 | //
62 |
63 | thead {
64 | display: table-header-group;
65 | }
66 |
67 | tr,
68 | img {
69 | page-break-inside: avoid;
70 | }
71 |
72 | p,
73 | h2,
74 | h3 {
75 | orphans: 3;
76 | widows: 3;
77 | }
78 |
79 | h2,
80 | h3 {
81 | page-break-after: avoid;
82 | }
83 |
84 | // Bootstrap specific changes start
85 |
86 | // Specify a size and min-width to make printing closer across browsers.
87 | // We don't set margin here because it breaks `size` in Chrome. We also
88 | // don't use `!important` on `size` as it breaks in Chrome.
89 | @page {
90 | size: $print-page-size;
91 | }
92 | body {
93 | min-width: $print-body-min-width !important;
94 | }
95 | .container {
96 | min-width: $print-body-min-width !important;
97 | }
98 |
99 | // Bootstrap components
100 | .navbar {
101 | display: none;
102 | }
103 | .badge {
104 | border: $border-width solid #000;
105 | }
106 |
107 | .table {
108 | border-collapse: collapse !important;
109 |
110 | td,
111 | th {
112 | background-color: #fff !important;
113 | }
114 | }
115 | .table-bordered {
116 | th,
117 | td {
118 | border: 1px solid #ddd !important;
119 | }
120 | }
121 |
122 | // Bootstrap specific changes end
123 | }
124 | }
125 |
--------------------------------------------------------------------------------
/assets/core/scss/_progress.scss:
--------------------------------------------------------------------------------
1 | @keyframes progress-bar-stripes {
2 | from { background-position: $progress-height 0; }
3 | to { background-position: 0 0; }
4 | }
5 |
6 | .progress {
7 | display: flex;
8 | height: $progress-height;
9 | overflow: hidden; // force rounded corners by cropping it
10 | font-size: $progress-font-size;
11 | background-color: $progress-bg;
12 | @include border-radius($progress-border-radius);
13 | @include box-shadow($progress-box-shadow);
14 | }
15 |
16 | .progress-bar {
17 | display: flex;
18 | flex-direction: column;
19 | justify-content: center;
20 | color: $progress-bar-color;
21 | text-align: center;
22 | background-color: $progress-bar-bg;
23 | @include transition($progress-bar-transition);
24 | }
25 |
26 | .progress-bar-striped {
27 | @include gradient-striped();
28 | background-size: $progress-height $progress-height;
29 | }
30 |
31 | .progress-bar-animated {
32 | animation: progress-bar-stripes $progress-bar-animation-timing;
33 | }
34 |
--------------------------------------------------------------------------------
/assets/core/scss/_root.scss:
--------------------------------------------------------------------------------
1 | :root {
2 | // Custom variable values only support SassScript inside `#{}`.
3 | @each $color, $value in $colors {
4 | --#{$color}: #{$value};
5 | }
6 |
7 | @each $color, $value in $theme-colors {
8 | --#{$color}: #{$value};
9 | }
10 |
11 | @each $bp, $value in $grid-breakpoints {
12 | --breakpoint-#{$bp}: #{$value};
13 | }
14 |
15 | // Use `inspect` for lists so that quoted items keep the quotes.
16 | // See https://github.com/sass/sass/issues/2383#issuecomment-336349172
17 | --font-family-sans-serif: #{inspect($font-family-sans-serif)};
18 | --font-family-monospace: #{inspect($font-family-monospace)};
19 | }
20 |
--------------------------------------------------------------------------------
/assets/core/scss/_tooltip.scss:
--------------------------------------------------------------------------------
1 | // Base class
2 | .tooltip {
3 | position: absolute;
4 | z-index: $zindex-tooltip;
5 | display: block;
6 | margin: $tooltip-margin;
7 | // Our parent element can be arbitrary since tooltips are by default inserted as a sibling of their target element.
8 | // So reset our font and text properties to avoid inheriting weird values.
9 | @include reset-text();
10 | font-size: $tooltip-font-size;
11 | // Allow breaking very long words so they don't overflow the tooltip's bounds
12 | word-wrap: break-word;
13 | opacity: 0;
14 |
15 | &.show { opacity: $tooltip-opacity; }
16 |
17 | .arrow {
18 | position: absolute;
19 | display: block;
20 | width: $tooltip-arrow-width;
21 | height: $tooltip-arrow-height;
22 |
23 | &::before {
24 | position: absolute;
25 | content: "";
26 | border-color: transparent;
27 | border-style: solid;
28 | }
29 | }
30 | }
31 |
32 | .bs-tooltip-top {
33 | padding: $tooltip-arrow-height 0;
34 |
35 | .arrow {
36 | bottom: 0;
37 |
38 | &::before {
39 | top: 0;
40 | border-width: $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;
41 | border-top-color: $tooltip-arrow-color;
42 | }
43 | }
44 | }
45 |
46 | .bs-tooltip-right {
47 | padding: 0 $tooltip-arrow-height;
48 |
49 | .arrow {
50 | left: 0;
51 | width: $tooltip-arrow-height;
52 | height: $tooltip-arrow-width;
53 |
54 | &::before {
55 | right: 0;
56 | border-width: ($tooltip-arrow-width / 2) $tooltip-arrow-height ($tooltip-arrow-width / 2) 0;
57 | border-right-color: $tooltip-arrow-color;
58 | }
59 | }
60 | }
61 |
62 | .bs-tooltip-bottom {
63 | padding: $tooltip-arrow-height 0;
64 |
65 | .arrow {
66 | top: 0;
67 |
68 | &::before {
69 | bottom: 0;
70 | border-width: 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;
71 | border-bottom-color: $tooltip-arrow-color;
72 | }
73 | }
74 | }
75 |
76 | .bs-tooltip-left {
77 | padding: 0 $tooltip-arrow-height;
78 |
79 | .arrow {
80 | right: 0;
81 | width: $tooltip-arrow-height;
82 | height: $tooltip-arrow-width;
83 |
84 | &::before {
85 | left: 0;
86 | border-width: ($tooltip-arrow-width / 2) 0 ($tooltip-arrow-width / 2) $tooltip-arrow-height;
87 | border-left-color: $tooltip-arrow-color;
88 | }
89 | }
90 | }
91 |
92 | .bs-tooltip-auto {
93 | &[x-placement^="top"] {
94 | @extend .bs-tooltip-top;
95 | }
96 | &[x-placement^="right"] {
97 | @extend .bs-tooltip-right;
98 | }
99 | &[x-placement^="bottom"] {
100 | @extend .bs-tooltip-bottom;
101 | }
102 | &[x-placement^="left"] {
103 | @extend .bs-tooltip-left;
104 | }
105 | }
106 |
107 | // Wrapper for the tooltip content
108 | .tooltip-inner {
109 | max-width: $tooltip-max-width;
110 | padding: $tooltip-padding-y $tooltip-padding-x;
111 | color: $tooltip-color;
112 | text-align: center;
113 | background-color: $tooltip-bg;
114 | @include border-radius($tooltip-border-radius);
115 | }
116 |
--------------------------------------------------------------------------------
/assets/core/scss/_transitions.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable selector-no-qualifying-type
2 |
3 | .fade {
4 | opacity: 0;
5 | @include transition($transition-fade);
6 |
7 | &.show {
8 | opacity: 1;
9 | }
10 | }
11 |
12 | .collapse {
13 | display: none;
14 | &.show {
15 | display: block;
16 | }
17 | }
18 |
19 | tr {
20 | &.collapse.show {
21 | display: table-row;
22 | }
23 | }
24 |
25 | tbody {
26 | &.collapse.show {
27 | display: table-row-group;
28 | }
29 | }
30 |
31 | .collapsing {
32 | position: relative;
33 | height: 0;
34 | overflow: hidden;
35 | @include transition($transition-collapse);
36 | }
37 |
--------------------------------------------------------------------------------
/assets/core/scss/_type.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important, selector-list-comma-newline-after
2 |
3 | //
4 | // Headings
5 | //
6 |
7 | h1, h2, h3, h4, h5, h6,
8 | .h1, .h2, .h3, .h4, .h5, .h6 {
9 | margin-bottom: $headings-margin-bottom;
10 | font-family: $headings-font-family;
11 | font-weight: $headings-font-weight;
12 | line-height: $headings-line-height;
13 | color: $headings-color;
14 | }
15 |
16 | h1, .h1 { font-size: $h1-font-size; }
17 | h2, .h2 { font-size: $h2-font-size; }
18 | h3, .h3 { font-size: $h3-font-size; }
19 | h4, .h4 { font-size: $h4-font-size; }
20 | h5, .h5 { font-size: $h5-font-size; }
21 | h6, .h6 { font-size: $h6-font-size; }
22 |
23 | .lead {
24 | font-size: $lead-font-size;
25 | font-weight: $lead-font-weight;
26 | }
27 |
28 | // Type display classes
29 | .display-1 {
30 | font-size: $display1-size;
31 | font-weight: $display1-weight;
32 | line-height: $display-line-height;
33 | }
34 | .display-2 {
35 | font-size: $display2-size;
36 | font-weight: $display2-weight;
37 | line-height: $display-line-height;
38 | }
39 | .display-3 {
40 | font-size: $display3-size;
41 | font-weight: $display3-weight;
42 | line-height: $display-line-height;
43 | }
44 | .display-4 {
45 | font-size: $display4-size;
46 | font-weight: $display4-weight;
47 | line-height: $display-line-height;
48 | }
49 |
50 |
51 | //
52 | // Horizontal rules
53 | //
54 |
55 | hr {
56 | margin-top: $hr-margin-y;
57 | margin-bottom: $hr-margin-y;
58 | border: 0;
59 | border-top: $hr-border-width solid $hr-border-color;
60 | }
61 |
62 |
63 | //
64 | // Emphasis
65 | //
66 |
67 | small,
68 | .small {
69 | font-size: $small-font-size;
70 | font-weight: $font-weight-normal;
71 | }
72 |
73 | mark,
74 | .mark {
75 | padding: $mark-padding;
76 | background-color: $mark-bg;
77 | }
78 |
79 |
80 | //
81 | // Lists
82 | //
83 |
84 | .list-unstyled {
85 | @include list-unstyled;
86 | }
87 |
88 | // Inline turns list items into inline-block
89 | .list-inline {
90 | @include list-unstyled;
91 | }
92 | .list-inline-item {
93 | display: inline-block;
94 |
95 | &:not(:last-child) {
96 | margin-right: $list-inline-padding;
97 | }
98 | }
99 |
100 |
101 | //
102 | // Misc
103 | //
104 |
105 | // Builds on `abbr`
106 | .initialism {
107 | font-size: 90%;
108 | text-transform: uppercase;
109 | }
110 |
111 | // Blockquotes
112 | .blockquote {
113 | margin-bottom: $spacer;
114 | font-size: $blockquote-font-size;
115 | }
116 |
117 | .blockquote-footer {
118 | display: block;
119 | font-size: 80%; // back to default font-size
120 | color: $blockquote-small-color;
121 |
122 | &::before {
123 | content: "\2014 \00A0"; // em dash, nbsp
124 | }
125 | }
126 |
--------------------------------------------------------------------------------
/assets/core/scss/_utilities.scss:
--------------------------------------------------------------------------------
1 | @import "utilities/align";
2 | @import "utilities/background";
3 | @import "utilities/borders";
4 | @import "utilities/clearfix";
5 | @import "utilities/display";
6 | @import "utilities/embed";
7 | @import "utilities/flex";
8 | @import "utilities/float";
9 | @import "utilities/position";
10 | @import "utilities/screenreaders";
11 | @import "utilities/sizing";
12 | @import "utilities/spacing";
13 | @import "utilities/text";
14 | @import "utilities/visibility";
15 |
--------------------------------------------------------------------------------
/assets/core/scss/bootstrap-grid.scss:
--------------------------------------------------------------------------------
1 | /*!
2 | * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
3 | * Copyright 2011-2018 The Bootstrap Authors
4 | * Copyright 2011-2018 Twitter, Inc.
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6 | */
7 |
8 | @at-root {
9 | @-ms-viewport { width: device-width; } // stylelint-disable-line at-rule-no-vendor-prefix
10 | }
11 |
12 | html {
13 | box-sizing: border-box;
14 | -ms-overflow-style: scrollbar;
15 | }
16 |
17 | *,
18 | *::before,
19 | *::after {
20 | box-sizing: inherit;
21 | }
22 |
23 | @import "functions";
24 | @import "variables";
25 |
26 | @import "mixins/breakpoints";
27 | @import "mixins/grid-framework";
28 | @import "mixins/grid";
29 |
30 | @import "grid";
31 | @import "utilities/display";
32 | @import "utilities/flex";
33 |
--------------------------------------------------------------------------------
/assets/core/scss/bootstrap-reboot.css.map:
--------------------------------------------------------------------------------
1 | {
2 | "version": 3,
3 | "mappings": "AAAA;;;;;;GAMG;ACcH;;QAES;EACP,UAAU,EAAE,UAAU;;AAGxB,IAAK;EACH,WAAW,EAAE,UAAU;EACvB,WAAW,EAAE,IAAI;EACjB,wBAAwB,EAAE,IAAI;EAC9B,oBAAoB,EAAE,IAAI;EAC1B,kBAAkB,EAAE,SAAS;EAC7B,2BAA2B,EAAE,gBAAgB;;AAK7C,aAEC;EADC,KAAK,EAAE,YAAY;AAMvB,sFAAuF;EACrF,OAAO,EAAE,KAAK;;AAWhB,IAAK;EACH,MAAM,EAAE,CAAC;EACT,WAAW,EC4KiB,oJAAuB;ED3KnD,SAAS,EC8KmB,IAAI;ED7KhC,WAAW,ECqLiB,GAAmB;EDpL/C,WAAW,ECqLiB,GAAG;EDpL/B,KAAK,ECyzB6B,OAAS;EDxzB3C,UAAU,EAAE,IAAI;EAChB,gBAAgB,ECozBkB,IAAM;;AD5yB1C,qBAAsB;EACpB,OAAO,EAAE,YAAY;;AASvB,EAAG;EACD,UAAU,EAAE,WAAW;EACvB,MAAM,EAAE,CAAC;EACT,QAAQ,EAAE,OAAO;;AAanB,sBAAuB;EACrB,UAAU,EAAE,CAAC;EACb,aAAa,ECuJgB,MAAW;;AD/I1C,CAAE;EACA,UAAU,EAAE,CAAC;EACb,aAAa,ECgDa,IAAI;;ADtChC;yBAC0B;EACxB,eAAe,EAAE,SAAS;EAC1B,eAAe,EAAE,gBAAgB;EACjC,MAAM,EAAE,IAAI;EACZ,aAAa,EAAE,CAAC;;AAGlB,OAAQ;EACN,aAAa,EAAE,IAAI;EACnB,UAAU,EAAE,MAAM;EAClB,WAAW,EAAE,OAAO;;AAGtB;;EAEG;EACD,UAAU,EAAE,CAAC;EACb,aAAa,EAAE,IAAI;;AAGrB;;;KAGM;EACJ,aAAa,EAAE,CAAC;;AAGlB,EAAG;EACD,WAAW,ECsIiB,GAAiB;;ADnI/C,EAAG;EACD,aAAa,EAAE,KAAK;EACpB,WAAW,EAAE,CAAC;;AAGhB,UAAW;EACT,MAAM,EAAE,QAAQ;;AAGlB,GAAI;EACF,UAAU,EAAE,MAAM;;AAIpB;MACO;EACL,WAAW,EAAE,MAAM;;AAIrB,KAAM;EACJ,SAAS,EAAE,GAAG;;AAQhB;GACI;EACF,QAAQ,EAAE,QAAQ;EAClB,SAAS,EAAE,GAAG;EACd,WAAW,EAAE,CAAC;EACd,cAAc,EAAE,QAAQ;;AAG1B,GAAI;EAAE,MAAM,EAAE,MAAM;;AACpB,GAAI;EAAE,GAAG,EAAE,KAAK;;AAOhB,CAAE;EACA,KAAK,EC+lB6B,OAAqB;ED9lBvD,eAAe,ECjDW,IAAI;EDkD9B,gBAAgB,EAAE,WAAW;EAC7B,4BAA4B,EAAE,OAAO;EE3LrC,OAAQ;IF8LN,KAAK,ECgb2B,OAAiB;ID/ajD,eAAe,ECrDS,SAAS;;AD+DrC,6BAA8B;EAC5B,KAAK,EAAE,OAAO;EACd,eAAe,EAAE,IAAI;EEvMrB,wEACQ;IFyMN,KAAK,EAAE,OAAO;IACd,eAAe,EAAE,IAAI;EAGvB,mCAAQ;IACN,OAAO,EAAE,CAAC;;AAUd;;;IAGK;EACH,WAAW,EAAE,oBAAoB;EACjC,SAAS,EAAE,GAAG;;AAIhB,GAAI;EAEF,UAAU,EAAE,CAAC;EAEb,aAAa,EAAE,IAAI;EAEnB,QAAQ,EAAE,IAAI;EAGd,kBAAkB,EAAE,SAAS;;AAQ/B,MAAO;EAEL,MAAM,EAAE,QAAQ;;AAQlB,GAAI;EACF,cAAc,EAAE,MAAM;EACtB,YAAY,EAAE,IAAI;;AAGpB,cAAe;EACb,QAAQ,EAAE,MAAM;;AAQlB,KAAM;EACJ,eAAe,EAAE,QAAQ;;AAG3B,OAAQ;EACN,WAAW,ECSiB,OAAM;EDRlC,cAAc,ECQc,OAAM;EDPlC,KAAK,ECuiB6B,OAAS;EDtiB3C,UAAU,EAAE,IAAI;EAChB,YAAY,EAAE,MAAM;;AAGtB,EAAG;EAGD,UAAU,EAAE,OAAO;;AAQrB,KAAM;EAEJ,OAAO,EAAE,YAAY;EACrB,aAAa,EAAE,KAAK;;AAMtB,MAAO;EACL,aAAa,EAAE,CAAC;;AAOlB,YAAa;EACX,OAAO,EAAE,UAAU;EACnB,OAAO,EAAE,iCAAiC;;AAG5C;;;;QAIS;EACP,MAAM,EAAE,CAAC;EACT,WAAW,EAAE,OAAO;EACpB,SAAS,EAAE,OAAO;EAClB,WAAW,EAAE,OAAO;;AAGtB;KACM;EACJ,QAAQ,EAAE,OAAO;;AAGnB;MACO;EACL,cAAc,EAAE,IAAI;;AAMtB;;;eAGgB;EACd,kBAAkB,EAAE,MAAM;;AAI5B;;;iCAGkC;EAChC,OAAO,EAAE,CAAC;EACV,YAAY,EAAE,IAAI;;AAGpB;sBACuB;EACrB,UAAU,EAAE,UAAU;EACtB,OAAO,EAAE,CAAC;;AAIZ;;;mBAGoB;EAMlB,kBAAkB,EAAE,OAAO;;AAG7B,QAAS;EACP,QAAQ,EAAE,IAAI;EAEd,MAAM,EAAE,QAAQ;;AAGlB,QAAS;EAMP,SAAS,EAAE,CAAC;EAEZ,OAAO,EAAE,CAAC;EACV,MAAM,EAAE,CAAC;EACT,MAAM,EAAE,CAAC;;AAKX,MAAO;EACL,OAAO,EAAE,KAAK;EACd,KAAK,EAAE,IAAI;EACX,SAAS,EAAE,IAAI;EACf,OAAO,EAAE,CAAC;EACV,aAAa,EAAE,KAAK;EACpB,SAAS,EAAE,MAAM;EACjB,WAAW,EAAE,OAAO;EACpB,KAAK,EAAE,OAAO;EACd,WAAW,EAAE,MAAM;;AAGrB,QAAS;EACP,cAAc,EAAE,QAAQ;;AAI1B;0CAC2C;EACzC,MAAM,EAAE,IAAI;;AAGd,eAAgB;EAKd,cAAc,EAAE,IAAI;EACpB,kBAAkB,EAAE,IAAI;;AAO1B;0CAC2C;EACzC,kBAAkB,EAAE,IAAI;;AAQ1B,4BAA6B;EAC3B,IAAI,EAAE,OAAO;EACb,kBAAkB,EAAE,MAAM;;AAO5B,MAAO;EACL,OAAO,EAAE,YAAY;;AAGvB,OAAQ;EACN,OAAO,EAAE,SAAS;EAClB,MAAM,EAAE,OAAO;;AAGjB,QAAS;EACP,OAAO,EAAE,IAAI;;AAKf,QAAS;EACP,OAAO,EAAE,eAAe",
4 | "sources": ["bootstrap-reboot.scss","_reboot.scss","_variables.scss","mixins/_hover.scss"],
5 | "names": [],
6 | "file": "bootstrap-reboot.css"
7 | }
8 |
--------------------------------------------------------------------------------
/assets/core/scss/bootstrap-reboot.scss:
--------------------------------------------------------------------------------
1 | /*!
2 | * Bootstrap Reboot v4.0.0 (https://getbootstrap.com)
3 | * Copyright 2011-2018 The Bootstrap Authors
4 | * Copyright 2011-2018 Twitter, Inc.
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6 | * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
7 | */
8 |
9 | @import "functions";
10 | @import "variables";
11 | @import "mixins";
12 | @import "reboot";
13 |
--------------------------------------------------------------------------------
/assets/core/scss/bootstrap.scss:
--------------------------------------------------------------------------------
1 | /*!
2 | * Bootstrap v4.0.0 (https://getbootstrap.com)
3 | * Copyright 2011-2018 The Bootstrap Authors
4 | * Copyright 2011-2018 Twitter, Inc.
5 | * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
6 | */
7 |
8 | @import "functions";
9 | @import "variables";
10 | @import "mixins";
11 | @import "root";
12 | @import "reboot";
13 | @import "type";
14 | @import "images";
15 | @import "code";
16 | @import "grid";
17 | @import "tables";
18 | @import "forms";
19 | @import "buttons";
20 | @import "transitions";
21 | @import "dropdown";
22 | @import "button-group";
23 | @import "input-group";
24 | @import "custom-forms";
25 | @import "nav";
26 | @import "navbar";
27 | @import "card";
28 | @import "breadcrumb";
29 | @import "pagination";
30 | @import "badge";
31 | @import "jumbotron";
32 | @import "alert";
33 | @import "progress";
34 | @import "media";
35 | @import "list-group";
36 | @import "close";
37 | @import "modal";
38 | @import "tooltip";
39 | @import "popover";
40 | @import "carousel";
41 | @import "utilities";
42 | @import "print";
43 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_alert.scss:
--------------------------------------------------------------------------------
1 | @mixin alert-variant($background, $border, $color) {
2 | color: $color;
3 | @include gradient-bg($background);
4 | border-color: $border;
5 |
6 | hr {
7 | border-top-color: darken($border, 5%);
8 | }
9 |
10 | .alert-link {
11 | color: darken($color, 10%);
12 | }
13 | }
14 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_background-variant.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | // Contextual backgrounds
4 |
5 | @mixin bg-variant($parent, $color) {
6 | #{$parent} {
7 | background-color: $color !important;
8 | }
9 | a#{$parent},
10 | button#{$parent} {
11 | @include hover-focus {
12 | background-color: darken($color, 10%) !important;
13 | }
14 | }
15 | }
16 |
17 | @mixin bg-gradient-variant($parent, $color) {
18 | #{$parent} {
19 | background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x !important;
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_badge.scss:
--------------------------------------------------------------------------------
1 | @mixin badge-variant($bg) {
2 | color: color-yiq($bg);
3 | background-color: $bg;
4 |
5 | &[href] {
6 | @include hover-focus {
7 | color: color-yiq($bg);
8 | text-decoration: none;
9 | background-color: darken($bg, 10%);
10 | }
11 | }
12 | }
13 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_border-radius.scss:
--------------------------------------------------------------------------------
1 | // Single side border-radius
2 |
3 | @mixin border-radius($radius: $border-radius) {
4 | @if $enable-rounded {
5 | border-radius: $radius;
6 | }
7 | }
8 |
9 | @mixin border-top-radius($radius) {
10 | @if $enable-rounded {
11 | border-top-left-radius: $radius;
12 | border-top-right-radius: $radius;
13 | }
14 | }
15 |
16 | @mixin border-right-radius($radius) {
17 | @if $enable-rounded {
18 | border-top-right-radius: $radius;
19 | border-bottom-right-radius: $radius;
20 | }
21 | }
22 |
23 | @mixin border-bottom-radius($radius) {
24 | @if $enable-rounded {
25 | border-bottom-right-radius: $radius;
26 | border-bottom-left-radius: $radius;
27 | }
28 | }
29 |
30 | @mixin border-left-radius($radius) {
31 | @if $enable-rounded {
32 | border-top-left-radius: $radius;
33 | border-bottom-left-radius: $radius;
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_box-shadow.scss:
--------------------------------------------------------------------------------
1 | @mixin box-shadow($shadow...) {
2 | @if $enable-shadows {
3 | box-shadow: $shadow;
4 | }
5 | }
6 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_caret.scss:
--------------------------------------------------------------------------------
1 | @mixin caret-down {
2 | border-top: $caret-width solid;
3 | border-right: $caret-width solid transparent;
4 | border-bottom: 0;
5 | border-left: $caret-width solid transparent;
6 | }
7 |
8 | @mixin caret-up {
9 | border-top: 0;
10 | border-right: $caret-width solid transparent;
11 | border-bottom: $caret-width solid;
12 | border-left: $caret-width solid transparent;
13 | }
14 |
15 | @mixin caret-right {
16 | border-top: $caret-width solid transparent;
17 | border-bottom: $caret-width solid transparent;
18 | border-left: $caret-width solid;
19 | }
20 |
21 | @mixin caret-left {
22 | border-top: $caret-width solid transparent;
23 | border-right: $caret-width solid;
24 | border-bottom: $caret-width solid transparent;
25 | }
26 |
27 | @mixin caret($direction: down) {
28 | @if $enable-caret {
29 | &::after {
30 | display: inline-block;
31 | width: 0;
32 | height: 0;
33 | margin-left: $caret-width * .85;
34 | vertical-align: $caret-width * .85;
35 | content: "";
36 | @if $direction == down {
37 | @include caret-down;
38 | } @else if $direction == up {
39 | @include caret-up;
40 | } @else if $direction == right {
41 | @include caret-right;
42 | }
43 | }
44 |
45 | @if $direction == left {
46 | &::after {
47 | display: none;
48 | }
49 |
50 | &::before {
51 | display: inline-block;
52 | width: 0;
53 | height: 0;
54 | margin-right: $caret-width * .85;
55 | vertical-align: $caret-width * .85;
56 | content: "";
57 | @include caret-left;
58 | }
59 | }
60 |
61 | &:empty::after {
62 | margin-left: 0;
63 | }
64 | }
65 | }
66 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_clearfix.scss:
--------------------------------------------------------------------------------
1 | @mixin clearfix() {
2 | &::after {
3 | display: block;
4 | clear: both;
5 | content: "";
6 | }
7 | }
8 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_float.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | @mixin float-left {
4 | float: left !important;
5 | }
6 | @mixin float-right {
7 | float: right !important;
8 | }
9 | @mixin float-none {
10 | float: none !important;
11 | }
12 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_gradients.scss:
--------------------------------------------------------------------------------
1 | // Gradients
2 |
3 | @mixin gradient-bg($color) {
4 | @if $enable-gradients {
5 | background: $color linear-gradient(180deg, mix($body-bg, $color, 15%), $color) repeat-x;
6 | } @else {
7 | background-color: $color;
8 | }
9 | }
10 |
11 | // Horizontal gradient, from left to right
12 | //
13 | // Creates two color stops, start and end, by specifying a color and position for each color stop.
14 | @mixin gradient-x($start-color: #555, $end-color: #333, $start-percent: 0%, $end-percent: 100%) {
15 | background-image: linear-gradient(to right, $start-color $start-percent, $end-color $end-percent);
16 | background-repeat: repeat-x;
17 | }
18 |
19 | // Vertical gradient, from top to bottom
20 | //
21 | // Creates two color stops, start and end, by specifying a color and position for each color stop.
22 | @mixin gradient-y($start-color: #555, $end-color: #333, $start-percent: 0%, $end-percent: 100%) {
23 | background-image: linear-gradient(to bottom, $start-color $start-percent, $end-color $end-percent);
24 | background-repeat: repeat-x;
25 | }
26 |
27 | @mixin gradient-directional($start-color: #555, $end-color: #333, $deg: 45deg) {
28 | background-image: linear-gradient($deg, $start-color, $end-color);
29 | background-repeat: repeat-x;
30 | }
31 | @mixin gradient-x-three-colors($start-color: #00b3ee, $mid-color: #7a43b6, $color-stop: 50%, $end-color: #c3325f) {
32 | background-image: linear-gradient(to right, $start-color, $mid-color $color-stop, $end-color);
33 | background-repeat: no-repeat;
34 | }
35 | @mixin gradient-y-three-colors($start-color: #00b3ee, $mid-color: #7a43b6, $color-stop: 50%, $end-color: #c3325f) {
36 | background-image: linear-gradient($start-color, $mid-color $color-stop, $end-color);
37 | background-repeat: no-repeat;
38 | }
39 | @mixin gradient-radial($inner-color: #555, $outer-color: #333) {
40 | background-image: radial-gradient(circle, $inner-color, $outer-color);
41 | background-repeat: no-repeat;
42 | }
43 | @mixin gradient-striped($color: rgba(255,255,255,.15), $angle: 45deg) {
44 | background-image: linear-gradient($angle, $color 25%, transparent 25%, transparent 50%, $color 50%, $color 75%, transparent 75%, transparent);
45 | }
46 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_grid-framework.scss:
--------------------------------------------------------------------------------
1 | // Framework grid generation
2 | //
3 | // Used only by Bootstrap to generate the correct number of grid classes given
4 | // any value of `$grid-columns`.
5 |
6 | @mixin make-grid-columns($columns: $grid-columns, $gutter: $grid-gutter-width, $breakpoints: $grid-breakpoints) {
7 | // Common properties for all breakpoints
8 | %grid-column {
9 | position: relative;
10 | width: 100%;
11 | min-height: 1px; // Prevent columns from collapsing when empty
12 | padding-right: ($gutter / 2);
13 | padding-left: ($gutter / 2);
14 | }
15 |
16 | @each $breakpoint in map-keys($breakpoints) {
17 | $infix: breakpoint-infix($breakpoint, $breakpoints);
18 |
19 | // Allow columns to stretch full width below their breakpoints
20 | @for $i from 1 through $columns {
21 | .col#{$infix}-#{$i} {
22 | @extend %grid-column;
23 | }
24 | }
25 | .col#{$infix},
26 | .col#{$infix}-auto {
27 | @extend %grid-column;
28 | }
29 |
30 | @include media-breakpoint-up($breakpoint, $breakpoints) {
31 | // Provide basic `.col-{bp}` classes for equal-width flexbox columns
32 | .col#{$infix} {
33 | flex-basis: 0;
34 | flex-grow: 1;
35 | max-width: 100%;
36 | }
37 | .col#{$infix}-auto {
38 | flex: 0 0 auto;
39 | width: auto;
40 | max-width: none; // Reset earlier grid tiers
41 | }
42 |
43 | @for $i from 1 through $columns {
44 | .col#{$infix}-#{$i} {
45 | @include make-col($i, $columns);
46 | }
47 | }
48 |
49 | .order#{$infix}-first { order: -1; }
50 |
51 | .order#{$infix}-last { order: $columns + 1; }
52 |
53 | @for $i from 0 through $columns {
54 | .order#{$infix}-#{$i} { order: $i; }
55 | }
56 |
57 | // `$columns - 1` because offsetting by the width of an entire row isn't possible
58 | @for $i from 0 through ($columns - 1) {
59 | @if not ($infix == "" and $i == 0) { // Avoid emitting useless .offset-0
60 | .offset#{$infix}-#{$i} {
61 | @include make-col-offset($i, $columns);
62 | }
63 | }
64 | }
65 | }
66 | }
67 | }
68 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_grid.scss:
--------------------------------------------------------------------------------
1 | /// Grid system
2 | //
3 | // Generate semantic grid columns with these mixins.
4 |
5 | @mixin make-container() {
6 | width: 100%;
7 | padding-right: ($grid-gutter-width / 2);
8 | padding-left: ($grid-gutter-width / 2);
9 | margin-right: auto;
10 | margin-left: auto;
11 | }
12 |
13 |
14 | // For each breakpoint, define the maximum width of the container in a media query
15 | @mixin make-container-max-widths($max-widths: $container-max-widths, $breakpoints: $grid-breakpoints) {
16 | @each $breakpoint, $container-max-width in $max-widths {
17 | @include media-breakpoint-up($breakpoint, $breakpoints) {
18 | max-width: $container-max-width;
19 | }
20 | }
21 | }
22 |
23 | @mixin make-row() {
24 | display: flex;
25 | flex-wrap: wrap;
26 | margin-right: ($grid-gutter-width / -2);
27 | margin-left: ($grid-gutter-width / -2);
28 | }
29 |
30 | @mixin make-col-ready() {
31 | position: relative;
32 | // Prevent columns from becoming too narrow when at smaller grid tiers by
33 | // always setting `width: 100%;`. This works because we use `flex` values
34 | // later on to override this initial width.
35 | width: 100%;
36 | min-height: 1px; // Prevent collapsing
37 | padding-right: ($grid-gutter-width / 2);
38 | padding-left: ($grid-gutter-width / 2);
39 | }
40 |
41 | @mixin make-col($size, $columns: $grid-columns) {
42 | flex: 0 0 percentage($size / $columns);
43 | // Add a `max-width` to ensure content within each column does not blow out
44 | // the width of the column. Applies to IE10+ and Firefox. Chrome and Safari
45 | // do not appear to require this.
46 | max-width: percentage($size / $columns);
47 | }
48 |
49 | @mixin make-col-offset($size, $columns: $grid-columns) {
50 | $num: $size / $columns;
51 | margin-left: if($num == 0, 0, percentage($num));
52 | }
53 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_hover.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable indentation
2 |
3 | // Hover mixin and `$enable-hover-media-query` are deprecated.
4 | //
5 | // Origally added during our alphas and maintained during betas, this mixin was
6 | // designed to prevent `:hover` stickiness on iOS—an issue where hover styles
7 | // would persist after initial touch.
8 | //
9 | // For backward compatibility, we've kept these mixins and updated them to
10 | // always return their regular psuedo-classes instead of a shimmed media query.
11 | //
12 | // Issue: https://github.com/twbs/bootstrap/issues/25195
13 |
14 | @mixin hover {
15 | &:hover { @content; }
16 | }
17 |
18 | @mixin hover-focus {
19 | &:hover,
20 | &:focus {
21 | @content;
22 | }
23 | }
24 |
25 | @mixin plain-hover-focus {
26 | &,
27 | &:hover,
28 | &:focus {
29 | @content;
30 | }
31 | }
32 |
33 | @mixin hover-focus-active {
34 | &:hover,
35 | &:focus,
36 | &:active {
37 | @content;
38 | }
39 | }
40 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_image.scss:
--------------------------------------------------------------------------------
1 | // Image Mixins
2 | // - Responsive image
3 | // - Retina image
4 |
5 |
6 | // Responsive image
7 | //
8 | // Keep images from scaling beyond the width of their parents.
9 |
10 | @mixin img-fluid {
11 | // Part 1: Set a maximum relative to the parent
12 | max-width: 100%;
13 | // Part 2: Override the height to auto, otherwise images will be stretched
14 | // when setting a width and height attribute on the img element.
15 | height: auto;
16 | }
17 |
18 |
19 | // Retina image
20 | //
21 | // Short retina mixin for setting background-image and -size.
22 |
23 | // stylelint-disable indentation, media-query-list-comma-newline-after
24 | @mixin img-retina($file-1x, $file-2x, $width-1x, $height-1x) {
25 | background-image: url($file-1x);
26 |
27 | // Autoprefixer takes care of adding -webkit-min-device-pixel-ratio and -o-min-device-pixel-ratio,
28 | // but doesn't convert dppx=>dpi.
29 | // There's no such thing as unprefixed min-device-pixel-ratio since it's nonstandard.
30 | // Compatibility info: https://caniuse.com/#feat=css-media-resolution
31 | @media only screen and (min-resolution: 192dpi), // IE9-11 don't support dppx
32 | only screen and (min-resolution: 2dppx) { // Standardized
33 | background-image: url($file-2x);
34 | background-size: $width-1x $height-1x;
35 | }
36 | }
37 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_list-group.scss:
--------------------------------------------------------------------------------
1 | // List Groups
2 |
3 | @mixin list-group-item-variant($state, $background, $color) {
4 | .list-group-item-#{$state} {
5 | color: $color;
6 | background-color: $background;
7 |
8 | &.list-group-item-action {
9 | @include hover-focus {
10 | color: $color;
11 | background-color: darken($background, 5%);
12 | }
13 |
14 | &.active {
15 | color: #fff;
16 | background-color: $color;
17 | border-color: $color;
18 | }
19 | }
20 | }
21 | }
22 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_lists.scss:
--------------------------------------------------------------------------------
1 | // Lists
2 |
3 | // Unstyled keeps list items block level, just removes default browser padding and list-style
4 | @mixin list-unstyled {
5 | padding-left: 0;
6 | list-style: none;
7 | }
8 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_nav-divider.scss:
--------------------------------------------------------------------------------
1 | // Horizontal dividers
2 | //
3 | // Dividers (basically an hr) within dropdowns and nav lists
4 |
5 | @mixin nav-divider($color: #e5e5e5) {
6 | height: 0;
7 | margin: ($spacer / 2) 0;
8 | overflow: hidden;
9 | border-top: 1px solid $color;
10 | }
11 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_navbar-align.scss:
--------------------------------------------------------------------------------
1 | // Navbar vertical align
2 | //
3 | // Vertically center elements in the navbar.
4 | // Example: an element has a height of 30px, so write out `.navbar-vertical-align(30px);`
5 | // to calculate the appropriate top margin.
6 |
7 | // @mixin navbar-vertical-align($element-height) {
8 | // margin-top: (($navbar-height - $element-height) / 2);
9 | // margin-bottom: (($navbar-height - $element-height) / 2);
10 | // }
11 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_pagination.scss:
--------------------------------------------------------------------------------
1 | // Pagination
2 |
3 | @mixin pagination-size($padding-y, $padding-x, $font-size, $line-height, $border-radius) {
4 | .page-link {
5 | padding: $padding-y $padding-x;
6 | font-size: $font-size;
7 | line-height: $line-height;
8 | }
9 |
10 | .page-item {
11 | &:first-child {
12 | .page-link {
13 | @include border-left-radius($border-radius);
14 | }
15 | }
16 | &:last-child {
17 | .page-link {
18 | @include border-right-radius($border-radius);
19 | }
20 | }
21 | }
22 | }
23 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_reset-text.scss:
--------------------------------------------------------------------------------
1 | @mixin reset-text {
2 | font-family: $font-family-base;
3 | // We deliberately do NOT reset font-size or word-wrap.
4 | font-style: normal;
5 | font-weight: $font-weight-normal;
6 | line-height: $line-height-base;
7 | text-align: left; // Fallback for where `start` is not supported
8 | text-align: start; // stylelint-disable-line declaration-block-no-duplicate-properties
9 | text-decoration: none;
10 | text-shadow: none;
11 | text-transform: none;
12 | letter-spacing: normal;
13 | word-break: normal;
14 | word-spacing: normal;
15 | white-space: normal;
16 | line-break: auto;
17 | }
18 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_resize.scss:
--------------------------------------------------------------------------------
1 | // Resize anything
2 |
3 | @mixin resizable($direction) {
4 | overflow: auto; // Per CSS3 UI, `resize` only applies when `overflow` isn't `visible`
5 | resize: $direction; // Options: horizontal, vertical, both
6 | }
7 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_screen-reader.scss:
--------------------------------------------------------------------------------
1 | // Only display content to screen readers
2 | //
3 | // See: http://a11yproject.com/posts/how-to-hide-content/
4 | // See: https://hugogiraudel.com/2016/10/13/css-hide-and-seek/
5 |
6 | @mixin sr-only {
7 | position: absolute;
8 | width: 1px;
9 | height: 1px;
10 | padding: 0;
11 | overflow: hidden;
12 | clip: rect(0, 0, 0, 0);
13 | white-space: nowrap;
14 | clip-path: inset(50%);
15 | border: 0;
16 | }
17 |
18 | // Use in conjunction with .sr-only to only display content when it's focused.
19 | //
20 | // Useful for "Skip to main content" links; see https://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
21 | //
22 | // Credit: HTML5 Boilerplate
23 |
24 | @mixin sr-only-focusable {
25 | &:active,
26 | &:focus {
27 | position: static;
28 | width: auto;
29 | height: auto;
30 | overflow: visible;
31 | clip: auto;
32 | white-space: normal;
33 | clip-path: none;
34 | }
35 | }
36 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_size.scss:
--------------------------------------------------------------------------------
1 | // Sizing shortcuts
2 |
3 | @mixin size($width, $height: $width) {
4 | width: $width;
5 | height: $height;
6 | }
7 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_table-row.scss:
--------------------------------------------------------------------------------
1 | // Tables
2 |
3 | @mixin table-row-variant($state, $background) {
4 | // Exact selectors below required to override `.table-striped` and prevent
5 | // inheritance to nested tables.
6 | .table-#{$state} {
7 | &,
8 | > th,
9 | > td {
10 | background-color: $background;
11 | }
12 | }
13 |
14 | // Hover states for `.table-hover`
15 | // Note: this is not available for cells or rows within `thead` or `tfoot`.
16 | .table-hover {
17 | $hover-background: darken($background, 5%);
18 |
19 | .table-#{$state} {
20 | @include hover {
21 | background-color: $hover-background;
22 |
23 | > td,
24 | > th {
25 | background-color: $hover-background;
26 | }
27 | }
28 | }
29 | }
30 | }
31 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_text-emphasis.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | // Typography
4 |
5 | @mixin text-emphasis-variant($parent, $color) {
6 | #{$parent} {
7 | color: $color !important;
8 | }
9 | a#{$parent} {
10 | @include hover-focus {
11 | color: darken($color, 10%) !important;
12 | }
13 | }
14 | }
15 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_text-hide.scss:
--------------------------------------------------------------------------------
1 | // CSS image replacement
2 | @mixin text-hide() {
3 | // stylelint-disable-next-line font-family-no-missing-generic-family-keyword
4 | font: 0/0 a;
5 | color: transparent;
6 | text-shadow: none;
7 | background-color: transparent;
8 | border: 0;
9 | }
10 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_text-truncate.scss:
--------------------------------------------------------------------------------
1 | // Text truncate
2 | // Requires inline-block or block for proper styling
3 |
4 | @mixin text-truncate() {
5 | overflow: hidden;
6 | text-overflow: ellipsis;
7 | white-space: nowrap;
8 | }
9 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_transition.scss:
--------------------------------------------------------------------------------
1 | @mixin transition($transition...) {
2 | @if $enable-transitions {
3 | @if length($transition) == 0 {
4 | transition: $transition-base;
5 | } @else {
6 | transition: $transition;
7 | }
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/assets/core/scss/mixins/_visibility.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | // Visibility
4 |
5 | @mixin invisible($visibility) {
6 | visibility: $visibility !important;
7 | }
8 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_align.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | .align-baseline { vertical-align: baseline !important; } // Browser default
4 | .align-top { vertical-align: top !important; }
5 | .align-middle { vertical-align: middle !important; }
6 | .align-bottom { vertical-align: bottom !important; }
7 | .align-text-bottom { vertical-align: text-bottom !important; }
8 | .align-text-top { vertical-align: text-top !important; }
9 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_background.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | @each $color, $value in $theme-colors {
4 | @include bg-variant(".bg-#{$color}", $value);
5 | }
6 |
7 | @if $enable-gradients {
8 | @each $color, $value in $theme-colors {
9 | @include bg-gradient-variant(".bg-gradient-#{$color}", $value);
10 | }
11 | }
12 |
13 | .bg-white {
14 | background-color: $white !important;
15 | }
16 |
17 | .bg-transparent {
18 | background-color: transparent !important;
19 | }
20 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_borders.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | //
4 | // Border
5 | //
6 |
7 | .border { border: $border-width solid $border-color !important; }
8 | .border-top { border-top: $border-width solid $border-color !important; }
9 | .border-right { border-right: $border-width solid $border-color !important; }
10 | .border-bottom { border-bottom: $border-width solid $border-color !important; }
11 | .border-left { border-left: $border-width solid $border-color !important; }
12 |
13 | .border-0 { border: 0 !important; }
14 | .border-top-0 { border-top: 0 !important; }
15 | .border-right-0 { border-right: 0 !important; }
16 | .border-bottom-0 { border-bottom: 0 !important; }
17 | .border-left-0 { border-left: 0 !important; }
18 |
19 | @each $color, $value in $theme-colors {
20 | .border-#{$color} {
21 | border-color: $value !important;
22 | }
23 | }
24 |
25 | .border-white {
26 | border-color: $white !important;
27 | }
28 |
29 | //
30 | // Border-radius
31 | //
32 |
33 | .rounded {
34 | border-radius: $border-radius !important;
35 | }
36 | .rounded-top {
37 | border-top-left-radius: $border-radius !important;
38 | border-top-right-radius: $border-radius !important;
39 | }
40 | .rounded-right {
41 | border-top-right-radius: $border-radius !important;
42 | border-bottom-right-radius: $border-radius !important;
43 | }
44 | .rounded-bottom {
45 | border-bottom-right-radius: $border-radius !important;
46 | border-bottom-left-radius: $border-radius !important;
47 | }
48 | .rounded-left {
49 | border-top-left-radius: $border-radius !important;
50 | border-bottom-left-radius: $border-radius !important;
51 | }
52 |
53 | .rounded-circle {
54 | border-radius: 50% !important;
55 | }
56 |
57 | .rounded-0 {
58 | border-radius: 0 !important;
59 | }
60 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_clearfix.scss:
--------------------------------------------------------------------------------
1 | .clearfix {
2 | @include clearfix();
3 | }
4 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_display.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | //
4 | // Utilities for common `display` values
5 | //
6 |
7 | @each $breakpoint in map-keys($grid-breakpoints) {
8 | @include media-breakpoint-up($breakpoint) {
9 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
10 |
11 | .d#{$infix}-none { display: none !important; }
12 | .d#{$infix}-inline { display: inline !important; }
13 | .d#{$infix}-inline-block { display: inline-block !important; }
14 | .d#{$infix}-block { display: block !important; }
15 | .d#{$infix}-table { display: table !important; }
16 | .d#{$infix}-table-row { display: table-row !important; }
17 | .d#{$infix}-table-cell { display: table-cell !important; }
18 | .d#{$infix}-flex { display: flex !important; }
19 | .d#{$infix}-inline-flex { display: inline-flex !important; }
20 | }
21 | }
22 |
23 |
24 | //
25 | // Utilities for toggling `display` in print
26 | //
27 |
28 | @media print {
29 | .d-print-none { display: none !important; }
30 | .d-print-inline { display: inline !important; }
31 | .d-print-inline-block { display: inline-block !important; }
32 | .d-print-block { display: block !important; }
33 | .d-print-table { display: table !important; }
34 | .d-print-table-row { display: table-row !important; }
35 | .d-print-table-cell { display: table-cell !important; }
36 | .d-print-flex { display: flex !important; }
37 | .d-print-inline-flex { display: inline-flex !important; }
38 | }
39 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_embed.scss:
--------------------------------------------------------------------------------
1 | // Credit: Nicolas Gallagher and SUIT CSS.
2 |
3 | .embed-responsive {
4 | position: relative;
5 | display: block;
6 | width: 100%;
7 | padding: 0;
8 | overflow: hidden;
9 |
10 | &::before {
11 | display: block;
12 | content: "";
13 | }
14 |
15 | .embed-responsive-item,
16 | iframe,
17 | embed,
18 | object,
19 | video {
20 | position: absolute;
21 | top: 0;
22 | bottom: 0;
23 | left: 0;
24 | width: 100%;
25 | height: 100%;
26 | border: 0;
27 | }
28 | }
29 |
30 | .embed-responsive-21by9 {
31 | &::before {
32 | padding-top: percentage(9 / 21);
33 | }
34 | }
35 |
36 | .embed-responsive-16by9 {
37 | &::before {
38 | padding-top: percentage(9 / 16);
39 | }
40 | }
41 |
42 | .embed-responsive-4by3 {
43 | &::before {
44 | padding-top: percentage(3 / 4);
45 | }
46 | }
47 |
48 | .embed-responsive-1by1 {
49 | &::before {
50 | padding-top: percentage(1 / 1);
51 | }
52 | }
53 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_flex.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | // Flex variation
4 | //
5 | // Custom styles for additional flex alignment options.
6 |
7 | @each $breakpoint in map-keys($grid-breakpoints) {
8 | @include media-breakpoint-up($breakpoint) {
9 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
10 |
11 | .flex#{$infix}-row { flex-direction: row !important; }
12 | .flex#{$infix}-column { flex-direction: column !important; }
13 | .flex#{$infix}-row-reverse { flex-direction: row-reverse !important; }
14 | .flex#{$infix}-column-reverse { flex-direction: column-reverse !important; }
15 |
16 | .flex#{$infix}-wrap { flex-wrap: wrap !important; }
17 | .flex#{$infix}-nowrap { flex-wrap: nowrap !important; }
18 | .flex#{$infix}-wrap-reverse { flex-wrap: wrap-reverse !important; }
19 |
20 | .justify-content#{$infix}-start { justify-content: flex-start !important; }
21 | .justify-content#{$infix}-end { justify-content: flex-end !important; }
22 | .justify-content#{$infix}-center { justify-content: center !important; }
23 | .justify-content#{$infix}-between { justify-content: space-between !important; }
24 | .justify-content#{$infix}-around { justify-content: space-around !important; }
25 |
26 | .align-items#{$infix}-start { align-items: flex-start !important; }
27 | .align-items#{$infix}-end { align-items: flex-end !important; }
28 | .align-items#{$infix}-center { align-items: center !important; }
29 | .align-items#{$infix}-baseline { align-items: baseline !important; }
30 | .align-items#{$infix}-stretch { align-items: stretch !important; }
31 |
32 | .align-content#{$infix}-start { align-content: flex-start !important; }
33 | .align-content#{$infix}-end { align-content: flex-end !important; }
34 | .align-content#{$infix}-center { align-content: center !important; }
35 | .align-content#{$infix}-between { align-content: space-between !important; }
36 | .align-content#{$infix}-around { align-content: space-around !important; }
37 | .align-content#{$infix}-stretch { align-content: stretch !important; }
38 |
39 | .align-self#{$infix}-auto { align-self: auto !important; }
40 | .align-self#{$infix}-start { align-self: flex-start !important; }
41 | .align-self#{$infix}-end { align-self: flex-end !important; }
42 | .align-self#{$infix}-center { align-self: center !important; }
43 | .align-self#{$infix}-baseline { align-self: baseline !important; }
44 | .align-self#{$infix}-stretch { align-self: stretch !important; }
45 | }
46 | }
47 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_float.scss:
--------------------------------------------------------------------------------
1 | @each $breakpoint in map-keys($grid-breakpoints) {
2 | @include media-breakpoint-up($breakpoint) {
3 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
4 |
5 | .float#{$infix}-left { @include float-left; }
6 | .float#{$infix}-right { @include float-right; }
7 | .float#{$infix}-none { @include float-none; }
8 | }
9 | }
10 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_position.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | // Common values
4 |
5 | // Sass list not in variables since it's not intended for customization.
6 | $positions: static, relative, absolute, fixed, sticky;
7 |
8 | @each $position in $positions {
9 | .position-#{$position} { position: $position !important; }
10 | }
11 |
12 | // Shorthand
13 |
14 | .fixed-top {
15 | position: fixed;
16 | top: 0;
17 | right: 0;
18 | left: 0;
19 | z-index: $zindex-fixed;
20 | }
21 |
22 | .fixed-bottom {
23 | position: fixed;
24 | right: 0;
25 | bottom: 0;
26 | left: 0;
27 | z-index: $zindex-fixed;
28 | }
29 |
30 | .sticky-top {
31 | @supports (position: sticky) {
32 | position: sticky;
33 | top: 0;
34 | z-index: $zindex-sticky;
35 | }
36 | }
37 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_screenreaders.scss:
--------------------------------------------------------------------------------
1 | //
2 | // Screenreaders
3 | //
4 |
5 | .sr-only {
6 | @include sr-only();
7 | }
8 |
9 | .sr-only-focusable {
10 | @include sr-only-focusable();
11 | }
12 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_sizing.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | // Width and height
4 |
5 | @each $prop, $abbrev in (width: w, height: h) {
6 | @each $size, $length in $sizes {
7 | .#{$abbrev}-#{$size} { #{$prop}: $length !important; }
8 | }
9 | }
10 |
11 | .mw-100 { max-width: 100% !important; }
12 | .mh-100 { max-height: 100% !important; }
13 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_spacing.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | // Margin and Padding
4 |
5 | @each $breakpoint in map-keys($grid-breakpoints) {
6 | @include media-breakpoint-up($breakpoint) {
7 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
8 |
9 | @each $prop, $abbrev in (margin: m, padding: p) {
10 | @each $size, $length in $spacers {
11 |
12 | .#{$abbrev}#{$infix}-#{$size} { #{$prop}: $length !important; }
13 | .#{$abbrev}t#{$infix}-#{$size},
14 | .#{$abbrev}y#{$infix}-#{$size} {
15 | #{$prop}-top: $length !important;
16 | }
17 | .#{$abbrev}r#{$infix}-#{$size},
18 | .#{$abbrev}x#{$infix}-#{$size} {
19 | #{$prop}-right: $length !important;
20 | }
21 | .#{$abbrev}b#{$infix}-#{$size},
22 | .#{$abbrev}y#{$infix}-#{$size} {
23 | #{$prop}-bottom: $length !important;
24 | }
25 | .#{$abbrev}l#{$infix}-#{$size},
26 | .#{$abbrev}x#{$infix}-#{$size} {
27 | #{$prop}-left: $length !important;
28 | }
29 | }
30 | }
31 |
32 | // Some special margin utils
33 | .m#{$infix}-auto { margin: auto !important; }
34 | .mt#{$infix}-auto,
35 | .my#{$infix}-auto {
36 | margin-top: auto !important;
37 | }
38 | .mr#{$infix}-auto,
39 | .mx#{$infix}-auto {
40 | margin-right: auto !important;
41 | }
42 | .mb#{$infix}-auto,
43 | .my#{$infix}-auto {
44 | margin-bottom: auto !important;
45 | }
46 | .ml#{$infix}-auto,
47 | .mx#{$infix}-auto {
48 | margin-left: auto !important;
49 | }
50 | }
51 | }
52 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_text.scss:
--------------------------------------------------------------------------------
1 | // stylelint-disable declaration-no-important
2 |
3 | //
4 | // Text
5 | //
6 |
7 | // Alignment
8 |
9 | .text-justify { text-align: justify !important; }
10 | .text-nowrap { white-space: nowrap !important; }
11 | .text-truncate { @include text-truncate; }
12 |
13 | // Responsive alignment
14 |
15 | @each $breakpoint in map-keys($grid-breakpoints) {
16 | @include media-breakpoint-up($breakpoint) {
17 | $infix: breakpoint-infix($breakpoint, $grid-breakpoints);
18 |
19 | .text#{$infix}-left { text-align: left !important; }
20 | .text#{$infix}-right { text-align: right !important; }
21 | .text#{$infix}-center { text-align: center !important; }
22 | }
23 | }
24 |
25 | // Transformation
26 |
27 | .text-lowercase { text-transform: lowercase !important; }
28 | .text-uppercase { text-transform: uppercase !important; }
29 | .text-capitalize { text-transform: capitalize !important; }
30 |
31 | // Weight and italics
32 |
33 | .font-weight-light { font-weight: $font-weight-light !important; }
34 | .font-weight-normal { font-weight: $font-weight-normal !important; }
35 | .font-weight-bold { font-weight: $font-weight-bold !important; }
36 | .font-italic { font-style: italic !important; }
37 |
38 | // Contextual colors
39 |
40 | .text-white { color: #fff !important; }
41 |
42 | @each $color, $value in $theme-colors {
43 | @include text-emphasis-variant(".text-#{$color}", $value);
44 | }
45 |
46 | .text-muted { color: $text-muted !important; }
47 |
48 | // Misc
49 |
50 | .text-hide {
51 | @include text-hide();
52 | }
53 |
--------------------------------------------------------------------------------
/assets/core/scss/utilities/_visibility.scss:
--------------------------------------------------------------------------------
1 | //
2 | // Visibility utilities
3 | //
4 |
5 | .visible {
6 | @include invisible(visible);
7 | }
8 |
9 | .invisible {
10 | @include invisible(hidden);
11 | }
12 |
--------------------------------------------------------------------------------
/assets/fonts/flaticon/Flaticon.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/flaticon/Flaticon.eot
--------------------------------------------------------------------------------
/assets/fonts/flaticon/Flaticon.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/flaticon/Flaticon.ttf
--------------------------------------------------------------------------------
/assets/fonts/flaticon/Flaticon.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/flaticon/Flaticon.woff
--------------------------------------------------------------------------------
/assets/fonts/fontawesome/fa-brands-400.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/fontawesome/fa-brands-400.eot
--------------------------------------------------------------------------------
/assets/fonts/fontawesome/fa-brands-400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/fontawesome/fa-brands-400.ttf
--------------------------------------------------------------------------------
/assets/fonts/fontawesome/fa-brands-400.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/fontawesome/fa-brands-400.woff
--------------------------------------------------------------------------------
/assets/fonts/fontawesome/fa-brands-400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/fontawesome/fa-brands-400.woff2
--------------------------------------------------------------------------------
/assets/fonts/fontawesome/fa-regular-400.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/fontawesome/fa-regular-400.eot
--------------------------------------------------------------------------------
/assets/fonts/fontawesome/fa-regular-400.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/fontawesome/fa-regular-400.ttf
--------------------------------------------------------------------------------
/assets/fonts/fontawesome/fa-regular-400.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/fontawesome/fa-regular-400.woff
--------------------------------------------------------------------------------
/assets/fonts/fontawesome/fa-regular-400.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/fontawesome/fa-regular-400.woff2
--------------------------------------------------------------------------------
/assets/fonts/fontawesome/fa-solid-900.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/fontawesome/fa-solid-900.eot
--------------------------------------------------------------------------------
/assets/fonts/fontawesome/fa-solid-900.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/fontawesome/fa-solid-900.ttf
--------------------------------------------------------------------------------
/assets/fonts/fontawesome/fa-solid-900.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/fontawesome/fa-solid-900.woff
--------------------------------------------------------------------------------
/assets/fonts/fontawesome/fa-solid-900.woff2:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/fontawesome/fa-solid-900.woff2
--------------------------------------------------------------------------------
/assets/fonts/summernote/summernote.eot:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/summernote/summernote.eot
--------------------------------------------------------------------------------
/assets/fonts/summernote/summernote.ttf:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/summernote/summernote.ttf
--------------------------------------------------------------------------------
/assets/fonts/summernote/summernote.woff:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/fonts/summernote/summernote.woff
--------------------------------------------------------------------------------
/assets/img/arashmil.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/arashmil.jpg
--------------------------------------------------------------------------------
/assets/img/bg-404.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/bg-404.jpeg
--------------------------------------------------------------------------------
/assets/img/blogpost.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/blogpost.jpg
--------------------------------------------------------------------------------
/assets/img/chadengle.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/chadengle.jpg
--------------------------------------------------------------------------------
/assets/img/examples/product1.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/examples/product1.jpg
--------------------------------------------------------------------------------
/assets/img/examples/product2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/examples/product2.jpg
--------------------------------------------------------------------------------
/assets/img/examples/product3.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/examples/product3.jpg
--------------------------------------------------------------------------------
/assets/img/examples/product4.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/examples/product4.jpg
--------------------------------------------------------------------------------
/assets/img/examples/product5.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/examples/product5.jpg
--------------------------------------------------------------------------------
/assets/img/examples/product6.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/examples/product6.jpg
--------------------------------------------------------------------------------
/assets/img/examples/product7.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/examples/product7.jpg
--------------------------------------------------------------------------------
/assets/img/examples/product8.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/examples/product8.jpg
--------------------------------------------------------------------------------
/assets/img/flags/.DS_Store:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/.DS_Store
--------------------------------------------------------------------------------
/assets/img/flags/ad.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ad.png
--------------------------------------------------------------------------------
/assets/img/flags/ae.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ae.png
--------------------------------------------------------------------------------
/assets/img/flags/af.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/af.png
--------------------------------------------------------------------------------
/assets/img/flags/ag.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ag.png
--------------------------------------------------------------------------------
/assets/img/flags/ai.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ai.png
--------------------------------------------------------------------------------
/assets/img/flags/al.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/al.png
--------------------------------------------------------------------------------
/assets/img/flags/am.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/am.png
--------------------------------------------------------------------------------
/assets/img/flags/an.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/an.png
--------------------------------------------------------------------------------
/assets/img/flags/ao.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ao.png
--------------------------------------------------------------------------------
/assets/img/flags/ar.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ar.png
--------------------------------------------------------------------------------
/assets/img/flags/as.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/as.png
--------------------------------------------------------------------------------
/assets/img/flags/at.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/at.png
--------------------------------------------------------------------------------
/assets/img/flags/au.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/au.png
--------------------------------------------------------------------------------
/assets/img/flags/aw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/aw.png
--------------------------------------------------------------------------------
/assets/img/flags/ax.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ax.png
--------------------------------------------------------------------------------
/assets/img/flags/az.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/az.png
--------------------------------------------------------------------------------
/assets/img/flags/ba.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ba.png
--------------------------------------------------------------------------------
/assets/img/flags/bb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bb.png
--------------------------------------------------------------------------------
/assets/img/flags/bd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bd.png
--------------------------------------------------------------------------------
/assets/img/flags/be.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/be.png
--------------------------------------------------------------------------------
/assets/img/flags/bf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bf.png
--------------------------------------------------------------------------------
/assets/img/flags/bg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bg.png
--------------------------------------------------------------------------------
/assets/img/flags/bh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bh.png
--------------------------------------------------------------------------------
/assets/img/flags/bi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bi.png
--------------------------------------------------------------------------------
/assets/img/flags/bj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bj.png
--------------------------------------------------------------------------------
/assets/img/flags/bm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bm.png
--------------------------------------------------------------------------------
/assets/img/flags/bn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bn.png
--------------------------------------------------------------------------------
/assets/img/flags/bo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bo.png
--------------------------------------------------------------------------------
/assets/img/flags/br.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/br.png
--------------------------------------------------------------------------------
/assets/img/flags/bs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bs.png
--------------------------------------------------------------------------------
/assets/img/flags/bt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bt.png
--------------------------------------------------------------------------------
/assets/img/flags/bv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bv.png
--------------------------------------------------------------------------------
/assets/img/flags/bw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bw.png
--------------------------------------------------------------------------------
/assets/img/flags/by.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/by.png
--------------------------------------------------------------------------------
/assets/img/flags/bz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/bz.png
--------------------------------------------------------------------------------
/assets/img/flags/ca.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ca.png
--------------------------------------------------------------------------------
/assets/img/flags/catalonia.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/catalonia.png
--------------------------------------------------------------------------------
/assets/img/flags/cc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cc.png
--------------------------------------------------------------------------------
/assets/img/flags/cd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cd.png
--------------------------------------------------------------------------------
/assets/img/flags/cf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cf.png
--------------------------------------------------------------------------------
/assets/img/flags/cg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cg.png
--------------------------------------------------------------------------------
/assets/img/flags/ch.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ch.png
--------------------------------------------------------------------------------
/assets/img/flags/ci.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ci.png
--------------------------------------------------------------------------------
/assets/img/flags/ck.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ck.png
--------------------------------------------------------------------------------
/assets/img/flags/cl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cl.png
--------------------------------------------------------------------------------
/assets/img/flags/cm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cm.png
--------------------------------------------------------------------------------
/assets/img/flags/cn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cn.png
--------------------------------------------------------------------------------
/assets/img/flags/co.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/co.png
--------------------------------------------------------------------------------
/assets/img/flags/cr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cr.png
--------------------------------------------------------------------------------
/assets/img/flags/cs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cs.png
--------------------------------------------------------------------------------
/assets/img/flags/cu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cu.png
--------------------------------------------------------------------------------
/assets/img/flags/cv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cv.png
--------------------------------------------------------------------------------
/assets/img/flags/cx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cx.png
--------------------------------------------------------------------------------
/assets/img/flags/cy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cy.png
--------------------------------------------------------------------------------
/assets/img/flags/cz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/cz.png
--------------------------------------------------------------------------------
/assets/img/flags/de.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/de.png
--------------------------------------------------------------------------------
/assets/img/flags/dj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/dj.png
--------------------------------------------------------------------------------
/assets/img/flags/dk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/dk.png
--------------------------------------------------------------------------------
/assets/img/flags/dm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/dm.png
--------------------------------------------------------------------------------
/assets/img/flags/do.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/do.png
--------------------------------------------------------------------------------
/assets/img/flags/dz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/dz.png
--------------------------------------------------------------------------------
/assets/img/flags/ec.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ec.png
--------------------------------------------------------------------------------
/assets/img/flags/ee.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ee.png
--------------------------------------------------------------------------------
/assets/img/flags/eg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/eg.png
--------------------------------------------------------------------------------
/assets/img/flags/eh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/eh.png
--------------------------------------------------------------------------------
/assets/img/flags/england.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/england.png
--------------------------------------------------------------------------------
/assets/img/flags/er.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/er.png
--------------------------------------------------------------------------------
/assets/img/flags/es.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/es.png
--------------------------------------------------------------------------------
/assets/img/flags/et.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/et.png
--------------------------------------------------------------------------------
/assets/img/flags/europeanunion.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/europeanunion.png
--------------------------------------------------------------------------------
/assets/img/flags/fam.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/fam.png
--------------------------------------------------------------------------------
/assets/img/flags/fi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/fi.png
--------------------------------------------------------------------------------
/assets/img/flags/fj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/fj.png
--------------------------------------------------------------------------------
/assets/img/flags/fk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/fk.png
--------------------------------------------------------------------------------
/assets/img/flags/fm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/fm.png
--------------------------------------------------------------------------------
/assets/img/flags/fo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/fo.png
--------------------------------------------------------------------------------
/assets/img/flags/fr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/fr.png
--------------------------------------------------------------------------------
/assets/img/flags/ga.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ga.png
--------------------------------------------------------------------------------
/assets/img/flags/gb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gb.png
--------------------------------------------------------------------------------
/assets/img/flags/gd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gd.png
--------------------------------------------------------------------------------
/assets/img/flags/ge.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ge.png
--------------------------------------------------------------------------------
/assets/img/flags/gf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gf.png
--------------------------------------------------------------------------------
/assets/img/flags/gh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gh.png
--------------------------------------------------------------------------------
/assets/img/flags/gi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gi.png
--------------------------------------------------------------------------------
/assets/img/flags/gl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gl.png
--------------------------------------------------------------------------------
/assets/img/flags/gm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gm.png
--------------------------------------------------------------------------------
/assets/img/flags/gn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gn.png
--------------------------------------------------------------------------------
/assets/img/flags/gp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gp.png
--------------------------------------------------------------------------------
/assets/img/flags/gq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gq.png
--------------------------------------------------------------------------------
/assets/img/flags/gr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gr.png
--------------------------------------------------------------------------------
/assets/img/flags/gs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gs.png
--------------------------------------------------------------------------------
/assets/img/flags/gt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gt.png
--------------------------------------------------------------------------------
/assets/img/flags/gu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gu.png
--------------------------------------------------------------------------------
/assets/img/flags/gw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gw.png
--------------------------------------------------------------------------------
/assets/img/flags/gy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/gy.png
--------------------------------------------------------------------------------
/assets/img/flags/hk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/hk.png
--------------------------------------------------------------------------------
/assets/img/flags/hm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/hm.png
--------------------------------------------------------------------------------
/assets/img/flags/hn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/hn.png
--------------------------------------------------------------------------------
/assets/img/flags/hr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/hr.png
--------------------------------------------------------------------------------
/assets/img/flags/ht.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ht.png
--------------------------------------------------------------------------------
/assets/img/flags/hu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/hu.png
--------------------------------------------------------------------------------
/assets/img/flags/id.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/id.png
--------------------------------------------------------------------------------
/assets/img/flags/ie.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ie.png
--------------------------------------------------------------------------------
/assets/img/flags/il.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/il.png
--------------------------------------------------------------------------------
/assets/img/flags/in.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/in.png
--------------------------------------------------------------------------------
/assets/img/flags/io.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/io.png
--------------------------------------------------------------------------------
/assets/img/flags/iq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/iq.png
--------------------------------------------------------------------------------
/assets/img/flags/ir.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ir.png
--------------------------------------------------------------------------------
/assets/img/flags/is.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/is.png
--------------------------------------------------------------------------------
/assets/img/flags/it.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/it.png
--------------------------------------------------------------------------------
/assets/img/flags/jm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/jm.png
--------------------------------------------------------------------------------
/assets/img/flags/jo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/jo.png
--------------------------------------------------------------------------------
/assets/img/flags/jp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/jp.png
--------------------------------------------------------------------------------
/assets/img/flags/ke.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ke.png
--------------------------------------------------------------------------------
/assets/img/flags/kg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/kg.png
--------------------------------------------------------------------------------
/assets/img/flags/kh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/kh.png
--------------------------------------------------------------------------------
/assets/img/flags/ki.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ki.png
--------------------------------------------------------------------------------
/assets/img/flags/km.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/km.png
--------------------------------------------------------------------------------
/assets/img/flags/kn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/kn.png
--------------------------------------------------------------------------------
/assets/img/flags/kp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/kp.png
--------------------------------------------------------------------------------
/assets/img/flags/kr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/kr.png
--------------------------------------------------------------------------------
/assets/img/flags/kw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/kw.png
--------------------------------------------------------------------------------
/assets/img/flags/ky.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ky.png
--------------------------------------------------------------------------------
/assets/img/flags/kz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/kz.png
--------------------------------------------------------------------------------
/assets/img/flags/la.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/la.png
--------------------------------------------------------------------------------
/assets/img/flags/lb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/lb.png
--------------------------------------------------------------------------------
/assets/img/flags/lc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/lc.png
--------------------------------------------------------------------------------
/assets/img/flags/li.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/li.png
--------------------------------------------------------------------------------
/assets/img/flags/lk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/lk.png
--------------------------------------------------------------------------------
/assets/img/flags/lr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/lr.png
--------------------------------------------------------------------------------
/assets/img/flags/ls.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ls.png
--------------------------------------------------------------------------------
/assets/img/flags/lt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/lt.png
--------------------------------------------------------------------------------
/assets/img/flags/lu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/lu.png
--------------------------------------------------------------------------------
/assets/img/flags/lv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/lv.png
--------------------------------------------------------------------------------
/assets/img/flags/ly.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ly.png
--------------------------------------------------------------------------------
/assets/img/flags/ma.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ma.png
--------------------------------------------------------------------------------
/assets/img/flags/mc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mc.png
--------------------------------------------------------------------------------
/assets/img/flags/md.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/md.png
--------------------------------------------------------------------------------
/assets/img/flags/me.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/me.png
--------------------------------------------------------------------------------
/assets/img/flags/mg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mg.png
--------------------------------------------------------------------------------
/assets/img/flags/mh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mh.png
--------------------------------------------------------------------------------
/assets/img/flags/mk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mk.png
--------------------------------------------------------------------------------
/assets/img/flags/ml.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ml.png
--------------------------------------------------------------------------------
/assets/img/flags/mm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mm.png
--------------------------------------------------------------------------------
/assets/img/flags/mn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mn.png
--------------------------------------------------------------------------------
/assets/img/flags/mo.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mo.png
--------------------------------------------------------------------------------
/assets/img/flags/mp.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mp.png
--------------------------------------------------------------------------------
/assets/img/flags/mq.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mq.png
--------------------------------------------------------------------------------
/assets/img/flags/mr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mr.png
--------------------------------------------------------------------------------
/assets/img/flags/ms.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ms.png
--------------------------------------------------------------------------------
/assets/img/flags/mt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mt.png
--------------------------------------------------------------------------------
/assets/img/flags/mu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mu.png
--------------------------------------------------------------------------------
/assets/img/flags/mv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mv.png
--------------------------------------------------------------------------------
/assets/img/flags/mw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mw.png
--------------------------------------------------------------------------------
/assets/img/flags/mx.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mx.png
--------------------------------------------------------------------------------
/assets/img/flags/my.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/my.png
--------------------------------------------------------------------------------
/assets/img/flags/mz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/mz.png
--------------------------------------------------------------------------------
/assets/img/flags/na.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/na.png
--------------------------------------------------------------------------------
/assets/img/flags/nc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/nc.png
--------------------------------------------------------------------------------
/assets/img/flags/ne.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ne.png
--------------------------------------------------------------------------------
/assets/img/flags/nf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/nf.png
--------------------------------------------------------------------------------
/assets/img/flags/ng.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ng.png
--------------------------------------------------------------------------------
/assets/img/flags/ni.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ni.png
--------------------------------------------------------------------------------
/assets/img/flags/nl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/nl.png
--------------------------------------------------------------------------------
/assets/img/flags/no.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/no.png
--------------------------------------------------------------------------------
/assets/img/flags/np.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/np.png
--------------------------------------------------------------------------------
/assets/img/flags/nr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/nr.png
--------------------------------------------------------------------------------
/assets/img/flags/nu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/nu.png
--------------------------------------------------------------------------------
/assets/img/flags/nz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/nz.png
--------------------------------------------------------------------------------
/assets/img/flags/om.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/om.png
--------------------------------------------------------------------------------
/assets/img/flags/pa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/pa.png
--------------------------------------------------------------------------------
/assets/img/flags/pe.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/pe.png
--------------------------------------------------------------------------------
/assets/img/flags/pf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/pf.png
--------------------------------------------------------------------------------
/assets/img/flags/pg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/pg.png
--------------------------------------------------------------------------------
/assets/img/flags/ph.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ph.png
--------------------------------------------------------------------------------
/assets/img/flags/pk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/pk.png
--------------------------------------------------------------------------------
/assets/img/flags/pl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/pl.png
--------------------------------------------------------------------------------
/assets/img/flags/pm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/pm.png
--------------------------------------------------------------------------------
/assets/img/flags/pn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/pn.png
--------------------------------------------------------------------------------
/assets/img/flags/pr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/pr.png
--------------------------------------------------------------------------------
/assets/img/flags/ps.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ps.png
--------------------------------------------------------------------------------
/assets/img/flags/pt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/pt.png
--------------------------------------------------------------------------------
/assets/img/flags/pw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/pw.png
--------------------------------------------------------------------------------
/assets/img/flags/py.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/py.png
--------------------------------------------------------------------------------
/assets/img/flags/qa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/qa.png
--------------------------------------------------------------------------------
/assets/img/flags/re.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/re.png
--------------------------------------------------------------------------------
/assets/img/flags/readme.txt:
--------------------------------------------------------------------------------
1 | Flag icons - http://www.famfamfam.com
2 |
3 | These icons are public domain, and as such are free for any use (attribution appreciated but not required).
4 |
5 | Note that these flags are named using the ISO3166-1 alpha-2 country codes where appropriate. A list of codes can be found at http://en.wikipedia.org/wiki/ISO_3166-1_alpha-2
6 |
7 | If you find these icons useful, please donate via paypal to mjames@gmail.com (or click the donate button available at http://www.famfamfam.com/lab/icons/silk)
8 |
9 | Contact: mjames@gmail.com
--------------------------------------------------------------------------------
/assets/img/flags/ro.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ro.png
--------------------------------------------------------------------------------
/assets/img/flags/rs.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/rs.png
--------------------------------------------------------------------------------
/assets/img/flags/ru.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ru.png
--------------------------------------------------------------------------------
/assets/img/flags/rw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/rw.png
--------------------------------------------------------------------------------
/assets/img/flags/sa.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sa.png
--------------------------------------------------------------------------------
/assets/img/flags/sb.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sb.png
--------------------------------------------------------------------------------
/assets/img/flags/sc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sc.png
--------------------------------------------------------------------------------
/assets/img/flags/scotland.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/scotland.png
--------------------------------------------------------------------------------
/assets/img/flags/sd.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sd.png
--------------------------------------------------------------------------------
/assets/img/flags/se.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/se.png
--------------------------------------------------------------------------------
/assets/img/flags/sg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sg.png
--------------------------------------------------------------------------------
/assets/img/flags/sh.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sh.png
--------------------------------------------------------------------------------
/assets/img/flags/si.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/si.png
--------------------------------------------------------------------------------
/assets/img/flags/sj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sj.png
--------------------------------------------------------------------------------
/assets/img/flags/sk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sk.png
--------------------------------------------------------------------------------
/assets/img/flags/sl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sl.png
--------------------------------------------------------------------------------
/assets/img/flags/sm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sm.png
--------------------------------------------------------------------------------
/assets/img/flags/sn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sn.png
--------------------------------------------------------------------------------
/assets/img/flags/so.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/so.png
--------------------------------------------------------------------------------
/assets/img/flags/sr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sr.png
--------------------------------------------------------------------------------
/assets/img/flags/st.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/st.png
--------------------------------------------------------------------------------
/assets/img/flags/sv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sv.png
--------------------------------------------------------------------------------
/assets/img/flags/sy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sy.png
--------------------------------------------------------------------------------
/assets/img/flags/sz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/sz.png
--------------------------------------------------------------------------------
/assets/img/flags/tc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tc.png
--------------------------------------------------------------------------------
/assets/img/flags/td.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/td.png
--------------------------------------------------------------------------------
/assets/img/flags/tf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tf.png
--------------------------------------------------------------------------------
/assets/img/flags/tg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tg.png
--------------------------------------------------------------------------------
/assets/img/flags/th.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/th.png
--------------------------------------------------------------------------------
/assets/img/flags/tj.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tj.png
--------------------------------------------------------------------------------
/assets/img/flags/tk.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tk.png
--------------------------------------------------------------------------------
/assets/img/flags/tl.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tl.png
--------------------------------------------------------------------------------
/assets/img/flags/tm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tm.png
--------------------------------------------------------------------------------
/assets/img/flags/tn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tn.png
--------------------------------------------------------------------------------
/assets/img/flags/to.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/to.png
--------------------------------------------------------------------------------
/assets/img/flags/tr.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tr.png
--------------------------------------------------------------------------------
/assets/img/flags/tt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tt.png
--------------------------------------------------------------------------------
/assets/img/flags/tv.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tv.png
--------------------------------------------------------------------------------
/assets/img/flags/tw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tw.png
--------------------------------------------------------------------------------
/assets/img/flags/tz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/tz.png
--------------------------------------------------------------------------------
/assets/img/flags/ua.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ua.png
--------------------------------------------------------------------------------
/assets/img/flags/ug.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ug.png
--------------------------------------------------------------------------------
/assets/img/flags/um.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/um.png
--------------------------------------------------------------------------------
/assets/img/flags/us.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/us.png
--------------------------------------------------------------------------------
/assets/img/flags/uy.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/uy.png
--------------------------------------------------------------------------------
/assets/img/flags/uz.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/uz.png
--------------------------------------------------------------------------------
/assets/img/flags/va.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/va.png
--------------------------------------------------------------------------------
/assets/img/flags/vc.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/vc.png
--------------------------------------------------------------------------------
/assets/img/flags/ve.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ve.png
--------------------------------------------------------------------------------
/assets/img/flags/vg.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/vg.png
--------------------------------------------------------------------------------
/assets/img/flags/vi.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/vi.png
--------------------------------------------------------------------------------
/assets/img/flags/vn.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/vn.png
--------------------------------------------------------------------------------
/assets/img/flags/vu.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/vu.png
--------------------------------------------------------------------------------
/assets/img/flags/wales.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/wales.png
--------------------------------------------------------------------------------
/assets/img/flags/wf.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/wf.png
--------------------------------------------------------------------------------
/assets/img/flags/ws.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ws.png
--------------------------------------------------------------------------------
/assets/img/flags/ye.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/ye.png
--------------------------------------------------------------------------------
/assets/img/flags/yt.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/yt.png
--------------------------------------------------------------------------------
/assets/img/flags/za.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/za.png
--------------------------------------------------------------------------------
/assets/img/flags/zm.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/zm.png
--------------------------------------------------------------------------------
/assets/img/flags/zw.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/flags/zw.png
--------------------------------------------------------------------------------
/assets/img/icon.ico:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/icon.ico
--------------------------------------------------------------------------------
/assets/img/icon.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/icon.png
--------------------------------------------------------------------------------
/assets/img/jm_denis.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/jm_denis.jpg
--------------------------------------------------------------------------------
/assets/img/logoproduct.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/img/logoproduct3.svg:
--------------------------------------------------------------------------------
1 |
--------------------------------------------------------------------------------
/assets/img/logoresponsive.png:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/logoresponsive.png
--------------------------------------------------------------------------------
/assets/img/logowhite.gvdesign:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/logowhite.gvdesign
--------------------------------------------------------------------------------
/assets/img/mlane.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/mlane.jpg
--------------------------------------------------------------------------------
/assets/img/profile.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/profile.jpg
--------------------------------------------------------------------------------
/assets/img/profile2.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/profile2.jpg
--------------------------------------------------------------------------------
/assets/img/sauro.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/sauro.jpg
--------------------------------------------------------------------------------
/assets/img/talha.jpg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/themekita/azzara-admin-dashboard-template/54610dc5a45e05eb1e5d07415fcb72da4566a1cf/assets/img/talha.jpg
--------------------------------------------------------------------------------
/assets/js/plugin/jquery-ui-touch-punch/jquery.ui.touch-punch.min.js:
--------------------------------------------------------------------------------
1 | /*!
2 | * jQuery UI Touch Punch 0.2.3
3 | *
4 | * Copyright 2011–2014, Dave Furfero
5 | * Dual licensed under the MIT or GPL Version 2 licenses.
6 | *
7 | * Depends:
8 | * jquery.ui.widget.js
9 | * jquery.ui.mouse.js
10 | */
11 | "use strict";!function(a){function f(a,b){if(!(a.originalEvent.touches.length>1)){a.preventDefault();var c=a.originalEvent.changedTouches[0],d=document.createEvent("MouseEvents");d.initMouseEvent(b,!0,!0,window,1,c.screenX,c.screenY,c.clientX,c.clientY,!1,!1,!1,!1,0,null),a.target.dispatchEvent(d)}}if(a.support.touch="ontouchend"in document,a.support.touch){var e,b=a.ui.mouse.prototype,c=b._mouseInit,d=b._mouseDestroy;b._touchStart=function(a){var b=this;!e&&b._mouseCapture(a.originalEvent.changedTouches[0])&&(e=!0,b._touchMoved=!1,f(a,"mouseover"),f(a,"mousemove"),f(a,"mousedown"))},b._touchMove=function(a){e&&(this._touchMoved=!0,f(a,"mousemove"))},b._touchEnd=function(a){e&&(f(a,"mouseup"),f(a,"mouseout"),this._touchMoved||f(a,"click"),e=!1)},b._mouseInit=function(){var b=this;b.element.bind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),c.call(b)},b._mouseDestroy=function(){var b=this;b.element.unbind({touchstart:a.proxy(b,"_touchStart"),touchmove:a.proxy(b,"_touchMove"),touchend:a.proxy(b,"_touchEnd")}),d.call(b)}}}(jQuery);
--------------------------------------------------------------------------------
/assets/js/setting-demo.js:
--------------------------------------------------------------------------------
1 | "use strict";
2 |
3 | // Setting Color
4 |
5 | $(window).resize(function() {
6 | $(window).width();
7 | });
8 |
9 |
10 | $('.changeMainHeaderColor').on('click', function(){
11 | if($(this).attr('data-color') == 'default'){
12 | $('.main-header').removeAttr('data-background-color');
13 | } else {
14 | $('.main-header').attr('data-background-color', $(this).attr('data-color'));
15 | }
16 |
17 | $(this).parent().find('.changeMainHeaderColor').removeClass("selected");
18 | $(this).addClass("selected");
19 | layoutsColors();
20 | });
21 |
22 | $('.changeBackgroundColor').on('click', function(){
23 | $('body').removeAttr('data-background-color');
24 | $('body').attr('data-background-color', $(this).attr('data-color'));
25 | $(this).parent().find('.changeBackgroundColor').removeClass("selected");
26 | $(this).addClass("selected");
27 | });
28 |
29 | var toggle_customSidebar = false,
30 | custom_open = 0;
31 |
32 | if(!toggle_customSidebar) {
33 | var toggle = $('.custom-template .custom-toggle');
34 |
35 | toggle.on('click', (function(){
36 | if (custom_open == 1){
37 | $('.custom-template').removeClass('open');
38 | toggle.removeClass('toggled');
39 | custom_open = 0;
40 | } else {
41 | $('.custom-template').addClass('open');
42 | toggle.addClass('toggled');
43 | custom_open = 1;
44 | }
45 | })
46 | );
47 | toggle_customSidebar = true;
48 | }
--------------------------------------------------------------------------------
/assets/sass/azzara.scss:
--------------------------------------------------------------------------------
1 | /*!
2 |
3 | =========================================================
4 | * Azzara Bootstrap Dashboard (Bootstrap 4)
5 | =========================================================
6 |
7 | * Product Page: http://www.themekita.com/
8 | * Copyright 2018 Theme Kita (http://www.themekita.com/)
9 |
10 | =========================================================
11 |
12 | * The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
13 |
14 | [Table of contents]
15 |
16 | * Background
17 | * Typography
18 | * Layouts
19 | + Body & Wrapper
20 | + Main Header
21 | + Sidebar
22 | * Layouts Color
23 | * Components
24 | + Breadcrumbs
25 | + Cards
26 | - Card Stats
27 | - Card Task
28 | - Card States
29 | - Card Posts
30 | - Card Pricing
31 | - Card Annoucement
32 | - Card Profile
33 | - Accordion
34 | + Inputs
35 | + Tables
36 | + Navbars
37 | + Navsearch
38 | + Badges
39 | + Dropdowns
40 | + Charts
41 | + Alerts
42 | + Buttons
43 | + Navtabs
44 | + Popovers
45 | + Progress
46 | + Paginations
47 | + Sliders
48 | + Modals
49 | + Timeline
50 | + Maps
51 | + Invoice
52 | + Messages
53 | + Tasks
54 | + Settings
55 | * Plugins
56 | + jQueryUI
57 | + jQuery Scrollbar
58 | + Toggle
59 | + Css Animate
60 | + Full Calendar
61 | + SweetAlert
62 | + Datatables
63 | + DateTimePicker
64 | + Select2
65 | + Tagsinput
66 | + Dropzone
67 | + Summernote
68 | * Responsive
69 | * 404
70 | * Login & Register
71 |
72 | # [Color codes]
73 |
74 | body-text-color: #575962
75 | white-color: #ffffff
76 | black-color: #191919
77 | transparent-bg : transparent
78 | default-color : #282a3c
79 | primary-color : #177dff
80 | secondary-color : #716aca
81 | info-color : #36a3f7
82 | success-color : #35cd3a
83 | warning-color : #ffa534
84 | danger-color : #f3545d
85 |
86 | -------------------------------------------------------------------*/
87 |
88 | @import "azzara/variables";
89 | @import "azzara/background";
90 | @import "azzara/outlinefocus";
91 | @import "azzara/typography";
92 |
93 | //layouts
94 | @import "azzara/layouts";
95 | @import "azzara/layouts-colors";
96 |
97 | //icons
98 | // @import "azzara/font-awesome";
99 | // @import "azzara/flaticon";
100 |
101 | //components
102 | @import "azzara/components";
103 |
104 | //plugins
105 | @import "azzara/plugins";
106 |
107 | //responsive
108 | @import "azzara/responsive";
109 |
110 | //404
111 | @import "azzara/pagenotfound";
112 |
113 |
114 | //Login
115 | @import "azzara/login";
116 |
117 |
--------------------------------------------------------------------------------
/assets/sass/azzara/_background.scss:
--------------------------------------------------------------------------------
1 | /* Background Body */
2 | body {
3 | background: #f9fbfd;
4 | &[data-background-color="bg1"] {
5 | background: #f9fbfd;
6 | }
7 | &[data-background-color="bg2"] {
8 | background: $white-color;
9 | }
10 | &[data-background-color="bg3"] {
11 | background: #f1f1f1;
12 | }
13 | }
14 |
15 | /* Background */
16 |
17 | .bg-default {
18 | background-color: $default-color !important;
19 | }
20 |
21 | .bg-primary {
22 | background-color: $primary-color !important;
23 | }
24 |
25 | .bg-secondary {
26 | background-color: $secondary-color !important;
27 | }
28 |
29 | .bg-info {
30 | background-color: $info-color !important;
31 | }
32 |
33 | .bg-success {
34 | background-color: $success-color !important;
35 | }
36 |
37 | .bg-warning {
38 | background-color: $warning-color !important;
39 | }
40 |
41 | .bg-danger {
42 | background-color: $danger-color !important;
43 | }
44 |
45 | .bg-dark{
46 | background: $black-color !important;
47 | }
48 |
49 | .bg-grey1 {
50 | background: #f9fbfd !important;
51 | }
52 |
53 | .bg-grey2 {
54 | background: #f1f1f1;
55 | }
56 |
57 | @mixin linear-gradient($direction, $color-stops...) {
58 | background: nth(nth($color-stops, 2), 1) !important;
59 | background: -webkit-linear-gradient(legacy-direction($direction), $color-stops) !important;
60 | background: linear-gradient($direction, $color-stops) !important;
61 | }
62 |
63 | .bg-default-gradient {
64 | @include linear-gradient(-45deg, #08080e, $default-color);
65 | }
66 |
67 | .bg-primary-gradient {
68 | @include linear-gradient(-45deg, #3641a0, $primary-color);
69 | }
70 |
71 | .bg-secondary-gradient {
72 | @include linear-gradient(-45deg, #29276b, $secondary-color);
73 | }
74 |
75 | .bg-info-gradient {
76 | @include linear-gradient(-45deg, #145180, $info-color);
77 | }
78 |
79 | .bg-success-gradient {
80 | @include linear-gradient(-45deg, #0d8010, $success-color);
81 | }
82 |
83 | .bg-warning-gradient {
84 | @include linear-gradient(-45deg, #9a6d06, $warning-color);
85 | }
86 |
87 | .bg-danger-gradient {
88 | @include linear-gradient(-45deg, #a01d24, $danger-color);
89 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/_components.scss:
--------------------------------------------------------------------------------
1 | @import "components/avatars";
2 | @import "components/breadcrumbs";
3 | @import "components/cards";
4 | @import "components/inputs";
5 | @import "components/tables";
6 | @import "components/navbars";
7 | @import "components/navsearch";
8 | @import "components/badges";
9 | @import "components/dropdowns";
10 | @import "components/charts";
11 | @import "components/alerts";
12 | @import "components/buttons";
13 | @import "components/navtabs";
14 | @import "components/popovers";
15 | @import "components/progress";
16 | @import "components/paginations";
17 | @import "components/sliders";
18 | @import "components/modals";
19 | @import "components/rating";
20 | @import "components/activityfeed";
21 | @import "components/timeline";
22 | @import "components/maps";
23 | @import "components/listgroup";
24 | @import "components/messages";
25 | @import "components/tasks";
26 | @import "components/settings";
27 | @import "components/tile";
28 | @import "components/projects";
29 | @import "components/loader";
--------------------------------------------------------------------------------
/assets/sass/azzara/_login.scss:
--------------------------------------------------------------------------------
1 | /* Login */
2 | .login {
3 | background: #efefee;
4 | .wrapper{
5 | &.wrapper-login {
6 | display: flex;
7 | justify-content: center;
8 | align-items: center;
9 | height: unset;
10 | padding: 15px;
11 | .container-login, .container-signup {
12 | width: 400px;
13 | background: $white-color;
14 | padding: 60px 25px;
15 | border-radius: 5px;
16 | -webkit-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
17 | -moz-box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
18 | box-shadow: 0 0.75rem 1.5rem rgba(18, 38, 63, 0.03);
19 | border: 1px solid #ebecec;
20 | h3 {
21 | font-size: 19px;
22 | font-weight: $font-weight-bold;
23 | margin-bottom: 25px;
24 | }
25 | .form-sub{
26 | align-items: center;
27 | justify-content: space-between;
28 | padding: 8px 10px;
29 | }
30 | .btn-login{
31 | padding: 15px 0;
32 | width: 135px;
33 | }
34 | .form-action {
35 | text-align: center;
36 | padding: 25px 10px 0;
37 | }
38 | .form-action-d-flex{
39 | display: flex;
40 | align-items: center;
41 | justify-content: space-between;
42 | }
43 | .login-account {
44 | padding-top: 10px;
45 | text-align: center;
46 | }
47 | }
48 | .container-signup {
49 | .form-action {
50 | display: flex;
51 | justify-content: center;
52 | }
53 | }
54 | }
55 | }
56 | .show-password {
57 | position: absolute;
58 | right: 20px;
59 | top: 50%;
60 | transform: translateY(-50%);
61 | font-size: 22px;
62 | cursor: pointer;
63 | }
64 | .custom-control-label{
65 | white-space: nowrap;
66 | }
67 | }
68 |
69 | @media screen and (max-width: 576px){
70 | .form-action-d-flex{
71 | flex-direction: column;
72 | align-items: start !important;
73 | }
74 | }
75 |
76 | @media screen and (max-width: 399px){
77 | .wrapper-login {
78 | padding: 15px !important;
79 | }
80 | .container-login{
81 | width: 100% !important;
82 | padding: 60px 15px !important;
83 | }
84 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/_outlinefocus.scss:
--------------------------------------------------------------------------------
1 | *:focus {
2 | outline: 0 !important;
3 | -webkit-box-shadow: none !important;
4 | box-shadow: none !important;
5 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/_pagenotfound.scss:
--------------------------------------------------------------------------------
1 | /* Page 404 */
2 | .page-not-found{
3 | background-image: url('../img/bg-404.jpeg');
4 | background-size: cover;
5 | background-position: center;
6 | image-rendering: pixelated;
7 | .wrapper.not-found{
8 | height: 100vh;
9 | display: flex;
10 | justify-content: center;
11 | align-items: center;
12 | flex-direction: column;
13 | color: $white-color;
14 | background: rgba(0, 0, 0, 0.61);
15 | h1 {
16 | font-size: 100px;
17 | letter-spacing: .15em;
18 | font-weight: $font-weight-bold;
19 | animation-delay: .5s;
20 | }
21 | .desc {
22 | font-size: 27px;
23 | text-align: center;
24 | line-height: 50px;
25 | animation-delay: 1.5s;
26 | letter-spacing: 2px;
27 | span {
28 | font-weight: $font-weight-bold;
29 | font-size: 30px;
30 | }
31 | }
32 | .btn-back-home{
33 | border-radius: 50px;
34 | padding: 13px 25px;
35 | animation-delay: 2.5s;
36 | }
37 | }
38 | }
39 |
40 | @media screen and (max-width: 576px) {
41 | .wrapper.not-found{
42 | h1 {
43 | font-size: 65px !important;
44 | }
45 | .desc {
46 | font-size: 18px !important;
47 | }
48 | }
49 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/_plugins.scss:
--------------------------------------------------------------------------------
1 | @import "plugins/jqueryui";
2 | @import "plugins/jqueryscrollbar";
3 | @import "plugins/toggle";
4 | @import "plugins/animate";
5 | @import "plugins/sweetalert";
6 | @import "plugins/datatables";
--------------------------------------------------------------------------------
/assets/sass/azzara/_typography.scss:
--------------------------------------------------------------------------------
1 | /* Typography */
2 |
3 | body, h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6, p, .navbar, .brand, .btn-simple, .alert, a, .td-name, td, button.close {
4 | -moz-osx-font-smoothing: grayscale;
5 | -webkit-font-smoothing: antialiased;
6 | font-family: 'Open Sans', sans-serif;
7 | }
8 |
9 | body {
10 | font-size: 13px;
11 | color: $body-text-color;
12 | }
13 |
14 | h1,
15 | .h1
16 | {
17 | font-size: 1.625rem;
18 | }
19 |
20 | h2,
21 | .h2
22 | {
23 | font-size: 1.25rem;
24 | }
25 |
26 | h3,
27 | .h3
28 | {
29 | font-size: 1.0625rem;
30 | }
31 |
32 | h4,
33 | .h4
34 | {
35 | font-size: .9375rem;
36 | }
37 |
38 | h5,
39 | .h5
40 | {
41 | font-size: .8125rem;
42 | }
43 |
44 | h6,
45 | .h6
46 | {
47 | font-size: .725rem;
48 | }
49 |
50 | p {
51 | font-size: 13px;
52 | line-height: 1.82;
53 | margin-bottom: 1rem;
54 | word-break: break-word;
55 | }
56 |
57 | small, .small {
58 | font-size: 12px;
59 | }
60 |
61 | b, .b, strong, .strong{
62 | font-weight: $font-weight-bold;
63 | }
64 |
65 | .page-pretitle{
66 | letter-spacing: .08em;
67 | text-transform: uppercase;
68 | color: #95aac9;
69 | }
70 |
71 | .page-title {
72 | font-size: 22px;
73 | font-weight: $font-weight-bold;
74 | color: #444444;
75 | line-height: 30px;
76 | margin-bottom: 20px;
77 | }
78 |
79 | .page-category {
80 | color: #444444;
81 | line-height: 1.8;
82 | margin-bottom: 25px;
83 | }
84 |
85 | .text-primary, .text-primary a {
86 | color: $primary-color !important;
87 | &:hover {
88 | color: $primary-color !important;
89 | }
90 | }
91 |
92 | .text-secondary, .text-secondary a {
93 | color: $secondary-color !important;
94 | &:hover {
95 | color: $secondary-color !important;
96 | }
97 | }
98 |
99 | .text-info, .text-info a {
100 | color: $info-color !important;
101 | &:hover {
102 | color: $info-color !important;
103 | }
104 | }
105 |
106 | .text-success, .text-success a {
107 | color: $success-color !important;
108 | &:hover {
109 | color: $success-color !important;
110 | }
111 | }
112 |
113 | .text-warning, .text-warning a {
114 | color: $warning-color !important;
115 | &:hover {
116 | color: $warning-color !important;
117 | }
118 | }
119 |
120 | .text-danger, .text-danger a {
121 | color: $danger-color !important;
122 | &:hover {
123 | color: $danger-color !important;
124 | }
125 | }
126 |
127 | label {
128 | color: #495057 !important;
129 | font-size: 12px !important;
130 | }
131 |
132 | .metric-value {
133 | margin-bottom: 5px;
134 | line-height: 1;
135 | white-space: nowrap;
136 | }
137 |
138 | .metric-label {
139 | font-size: .875rem;
140 | font-weight: 500;
141 | color: #686f76;
142 | white-space: nowrap;
143 | margin-bottom: 0;
144 | }
145 |
146 | /* Font-weight */
147 |
148 | .fw-light {
149 | font-weight: $font-weight-light !important;
150 | }
151 |
152 | .fw-normal {
153 | font-weight: $font-weight-normal !important;
154 | }
155 |
156 | .fw-mediumbold {
157 | font-weight: $font-weight-normal !important;
158 | }
159 |
160 | .fw-bold {
161 | font-weight: $font-weight-bold !important;
162 | }
163 |
164 | .fw-extrabold {
165 | font-weight: $font-weight-extrabold !important;
166 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/_variables.scss:
--------------------------------------------------------------------------------
1 | //## For each of Bootstrap's buttons, define text, background and border color.
2 |
3 | $body-text-color: #575962;
4 | $white-color: #ffffff;
5 | $black-color: #191919;
6 | $transparent-bg : transparent;
7 | $default-color : #282a3c;
8 | $primary-color : #177dff;
9 | $secondary-color : #716aca;
10 | $info-color : #36a3f7;
11 | $success-color : #35cd3a;
12 | $warning-color : #ffa534;
13 | $danger-color : #f3545d;
14 |
15 | // Font Weight
16 | $font-weight-light : 300;
17 | $font-weight-normal : 400;
18 | $font-weight-bold : 600;
19 | $font-weight-extrabold : 700;
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_activityfeed.scss:
--------------------------------------------------------------------------------
1 | .activity-feed {
2 | padding: 15px;
3 | list-style: none;
4 | }
5 | .activity-feed .feed-item {
6 | position: relative;
7 | padding-bottom: 20px;
8 | padding-left: 30px;
9 | border-left: 2px solid #e4e8eb;
10 | }
11 | .activity-feed .feed-item:last-child {
12 | border-color: transparent;
13 | }
14 | .activity-feed .feed-item::after {
15 | content: "";
16 | display: block;
17 | position: absolute;
18 | top: 0;
19 | left: -7px;
20 | width: 12px;
21 | height: 12px;
22 | border-radius: 50%;
23 | background: #177dff;
24 | }
25 |
26 | @mixin feed-item-state($color) {
27 | background: $color !important;
28 | }
29 |
30 | .feed-item-default::after {
31 | @include feed-item-state($default-color);
32 | }
33 |
34 | .feed-item-primary::after {
35 | @include feed-item-state($primary-color);
36 | }
37 |
38 | .feed-item-secondary::after {
39 | @include feed-item-state($secondary-color);
40 | }
41 |
42 | .feed-item-success::after {
43 | @include feed-item-state($success-color);
44 | }
45 |
46 | .feed-item-danger::after {
47 | @include feed-item-state($danger-color);
48 | }
49 |
50 | .feed-item-info::after {
51 | @include feed-item-state($info-color);
52 | }
53 |
54 | .feed-item-warning::after {
55 | @include feed-item-state($warning-color);
56 | }
57 |
58 | .activity-feed .feed-item .date {
59 | display: block;
60 | position: relative;
61 | top: -5px;
62 | color: #8c96a3;
63 | text-transform: uppercase;
64 | font-size: 13px;
65 | }
66 | .activity-feed .feed-item .text {
67 | position: relative;
68 | top: -3px;
69 | }
70 |
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_alerts.scss:
--------------------------------------------------------------------------------
1 | /* Alert */
2 |
3 | .alert {
4 | border: 0px;
5 | position: relative;
6 | padding: .95rem 1.25rem;
7 | border-radius: 1px;
8 | [data-notify="icon"] {
9 | display: block;
10 | &::before {
11 | line-height: 35px;
12 | font-size: 22px;
13 | display: block;
14 | left: 15px;
15 | position: absolute;
16 | top: 50%;
17 | transform: translateY(-50%);
18 | width: 35px;
19 | height: 35px;
20 | border-radius: 30px;
21 | text-align: center;
22 | color: #fff;
23 | }
24 | }
25 | [data-notify="title"] {
26 | display: block;
27 | color: #2b2b2b;
28 | font-weight: $font-weight-extrabold;
29 | font-size: 14px;
30 | margin-bottom: 5px;
31 | }
32 | [data-notify="message"] {
33 | font-size: 13px;
34 | color: #908e8e;
35 | }
36 | .close {
37 | background: rgba(255, 255, 255, 0.8);
38 | width: 25px;
39 | height: 25px;
40 | line-height: 25px;
41 | top: 12px !important;
42 | border-radius: 50%;
43 | }
44 | }
45 |
46 | %alert-style {
47 | color: inherit;
48 | background-color: $white-color;
49 | -webkit-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
50 | -moz-box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
51 | box-shadow: 1px 1px 14px 0px rgba(18, 38, 63, 0.26);
52 | }
53 |
54 | /* Alert States */
55 |
56 | @mixin alert-state($color){
57 | border-left: 4px solid $color;
58 | @extend %alert-style;
59 | [data-notify="icon"]:before {
60 | background: $color;
61 | }
62 | }
63 |
64 | .alert-default {
65 | @include alert-state($default-color);
66 | }
67 |
68 | .alert-primary {
69 | @include alert-state($primary-color);
70 | }
71 |
72 | .alert-secondary {
73 | @include alert-state($secondary-color);
74 | }
75 |
76 | .alert-info {
77 | @include alert-state($info-color);
78 | }
79 |
80 | .alert-success {
81 | @include alert-state($success-color);
82 | }
83 |
84 | .alert-warning {
85 | @include alert-state($warning-color);
86 | }
87 |
88 | .alert-danger {
89 | @include alert-state($danger-color);
90 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_badges.scss:
--------------------------------------------------------------------------------
1 | /* Badge */
2 |
3 | .badge {
4 | border-radius: 50px;
5 | margin-left: auto;
6 | line-height: 1;
7 | padding: 6px 10px;
8 | vertical-align: middle;
9 | font-weight: $font-weight-normal;
10 | font-size: 11px;
11 | border: 1px solid #ddd;
12 | }
13 |
14 | .badge-count {
15 | border: 1px solid #ddd;
16 | }
17 |
18 | .badge-default, .badge-primary, .badge-secondary, .badge-info, .badge-warning, .badge-danger, .badge-success {
19 | border: 0px !important;
20 | }
21 |
22 | .badge-default {
23 | background: $default-color;
24 | color: $white-color !important;
25 | }
26 |
27 | .badge-primary {
28 | background: $primary-color;
29 | }
30 |
31 | .badge-secondary {
32 | background: $secondary-color;
33 | }
34 |
35 | .badge-info {
36 | background: $info-color;
37 | }
38 |
39 | .badge-success {
40 | background-color: $success-color;
41 | }
42 |
43 | .badge-warning {
44 | background: $warning-color;
45 | color: $white-color !important;
46 | }
47 |
48 | .badge-danger {
49 | background-color: $danger-color;
50 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_breadcrumbs.scss:
--------------------------------------------------------------------------------
1 | /* Breadcrumb */
2 | .breadcrumbs {
3 | list-style: none;
4 | display: inline;
5 | width: auto;
6 | border-left: 1px solid #efefef;
7 | margin-left: 25px;
8 | padding-left: 25px;
9 | margin-bottom: 0px;
10 | padding-top: 8px;
11 | padding-bottom: 8px;
12 | height: 100%;
13 | li {
14 | display: inline-block;
15 | a {
16 | color: $body-text-color;
17 | font-size: 12px;
18 | i {
19 | font-size: 16px;
20 | }
21 | &:hover {
22 | text-decoration: none;
23 | }
24 | }
25 | &.separator {
26 | padding-left: 10px;
27 | padding-right: 10px;
28 | font-size: 12px;
29 | }
30 | }
31 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_charts.scss:
--------------------------------------------------------------------------------
1 | /* Chart Circle */
2 | .chart-circle {
3 | display: flex;
4 | justify-content: center;
5 | .circles-text {
6 | font-size: 25px !important;
7 | }
8 | }
9 |
10 | /* Chart JS Container */
11 | .chart-container {
12 | min-height: 300px;
13 | position: relative;
14 | }
15 |
16 | /* HTML legend */
17 | .html-legend {
18 | list-style: none;
19 | cursor: pointer;
20 | padding-left: 0;
21 | text-align: center;
22 | margin-top: 1rem;
23 | }
24 |
25 | .html-legend li {
26 | display: inline-block;
27 | vertical-align: middle;
28 | padding: 0 5px;
29 | margin-right: 5px;
30 | margin-bottom: 6px;
31 | color: #9a9a9a;
32 | font-size: 12px;
33 | }
34 |
35 | .html-legend li.hidden {
36 | text-decoration: line-through;
37 | }
38 |
39 | .html-legend li span {
40 | border-radius: 15px;
41 | display: inline-block;
42 | height: 15px;
43 | margin-right: 10px;
44 | width: 15px;
45 | vertical-align: top;
46 | }
47 |
48 | .jqstooltip{
49 | box-sizing: content-box;
50 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_listgroup.scss:
--------------------------------------------------------------------------------
1 | .list-group {
2 | .list-group-header {
3 | font-size: 12px;
4 | font-weight: 600;
5 | padding: .75rem 1rem;
6 | }
7 | .list-group-item {
8 | display: flex;
9 | align-items: stretch;
10 | border-width: 1px 0;
11 | border-color: #ebecec;
12 | }
13 | .list-group-item-figure {
14 | align-self: start;
15 | display: flex;
16 | -ms-flex-align: center;
17 | align-items: center;
18 | color: #a9acb0;
19 | }
20 | .list-group-item-body {
21 | flex: 1;
22 | min-width: 0;
23 | align-self: center;
24 | font-size: .875rem;
25 | }
26 | .list-group-item-text {
27 | margin-bottom: 0;
28 | line-height: 1.25rem;
29 | color: #686f76;
30 | }
31 | }
32 |
33 | .list-group-file-item {
34 | .list-group-item {
35 | padding: 0px;
36 | }
37 | .list-group-item-figure {
38 | padding: .75rem 1rem;
39 | }
40 | .list-group-item-body {
41 | padding: .75rem 0;
42 | }
43 | }
44 |
45 | .list-group-bordered {
46 | .list-group-item {
47 | border: 1px solid #e3ebf6;
48 | &.active {
49 | background: $primary-color;
50 | border-color: $primary-color;
51 | }
52 | }
53 | }
54 |
55 | .list-group-lg {
56 | .list-group-item {
57 | padding-top: 1.5rem;
58 | padding-bottom: 1.5rem;
59 | }
60 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_loader.scss:
--------------------------------------------------------------------------------
1 | .loader, .is-loading:after {
2 | display: block;
3 | width: 1.5rem;
4 | height: 1.5rem;
5 | border: 3px solid $primary-color;
6 | border-bottom-color: transparent;
7 | background: transparent;
8 | border-radius: 50%;
9 | animation: 1s spin linear infinite;
10 | }
11 |
12 | .loader-sm, .is-loading-sm:after {
13 | width: 1rem;
14 | height: 1rem;
15 | border-width: 2px;
16 | }
17 |
18 | .loader-lg, .is-loading-lg:after {
19 | width: 2rem;
20 | height: 2rem;
21 | border-width: 5px;
22 | }
23 |
24 | .is-loading {
25 | position: relative;
26 | color: transparent !important;
27 | > * {
28 | opacity: 0.2 !important;
29 | }
30 | &:after {
31 | position: absolute;
32 | top: calc(50% - 1.5rem/2);
33 | left: calc(50% - 1.5rem/2);;
34 | content: '';
35 | }
36 | }
37 |
38 | .is-loading-sm:after {
39 | top: calc(50% - 1rem/2);
40 | left: calc(50% - 1rem/2);
41 | }
42 |
43 | .is-loading-lg:after {
44 | top: calc(50% - 2rem/2);
45 | left: calc(50% - 2rem/2);
46 | }
47 |
48 | %loader-borderbottom-color {
49 | border-bottom-color: transparent !important;
50 | }
51 |
52 | @mixin loader-state($color) {
53 | border-color: $color;
54 | @extend %loader-borderbottom-color;
55 | }
56 |
57 | %loader-btn-and-card-bgnotwhite {
58 | border-color: #fff;
59 | @extend %loader-borderbottom-color;
60 | }
61 |
62 | .loader-default,
63 | .is-loading-default:after {
64 | @include loader-state($default-color);
65 | }
66 |
67 | .loader-primary,
68 | .is-loading-primary:after {
69 | @include loader-state($primary-color);
70 | }
71 |
72 | .loader-secondary,
73 | .is-loading-secondary:after {
74 | @include loader-state($secondary-color);
75 | }
76 |
77 | .loader-info,
78 | .is-loading-info:after {
79 | @include loader-state($info-color);
80 | }
81 |
82 | .loader-success,
83 | .is-loading-success:after {
84 | @include loader-state($success-color);
85 | }
86 |
87 | .loader-warning,
88 | .is-loading-warning:after {
89 | @include loader-state($warning-color);
90 | }
91 |
92 | .loader-danger,
93 | .is-loading-danger:after {
94 | @include loader-state($danger-color);
95 | }
96 |
97 | .btn-default, .card-default {
98 | &.is-loading:after {
99 | @extend %loader-btn-and-card-bgnotwhite;
100 | }
101 | }
102 |
103 | .btn-primary, .card-primary {
104 | &.is-loading:after {
105 | @extend %loader-btn-and-card-bgnotwhite;
106 | }
107 | }
108 |
109 | .btn-secondary, .card-secondary {
110 | &.is-loading:after {
111 | @extend %loader-btn-and-card-bgnotwhite;
112 | }
113 | }
114 |
115 | .btn-info, .card-info {
116 | &.is-loading:after {
117 | @extend %loader-btn-and-card-bgnotwhite;
118 | }
119 | }
120 |
121 | .btn-success, .card-success {
122 | &.is-loading:after {
123 | @extend %loader-btn-and-card-bgnotwhite;
124 | }
125 | }
126 |
127 | .btn-warning, .card-warning {
128 | &.is-loading:after {
129 | @extend %loader-btn-and-card-bgnotwhite;
130 | }
131 | }
132 |
133 | .btn-danger, .card-danger {
134 | &.is-loading:after {
135 | @extend %loader-btn-and-card-bgnotwhite;
136 | }
137 | }
138 |
139 | @keyframes spin {
140 | from {
141 | transform: rotate(0deg);
142 | }
143 | to {
144 | transform: rotate(360deg);
145 | }
146 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_maps.scss:
--------------------------------------------------------------------------------
1 | /* Google Maps */
2 | .full-screen-maps {
3 | height: 100vh !important;
4 | }
5 |
6 | /* jQVMap */
7 | .vmap {
8 | width: 100%;
9 | min-height: 265px;
10 | > svg {
11 | margin: auto;
12 | display: flex;
13 | > g {
14 | transition: all ease-in-out .2s;
15 | }
16 | }
17 | }
18 |
19 | .jqvmap-label, .jqvmap-pin {
20 | pointer-events: none;
21 | }
22 |
23 | .jqvmap-label {
24 | position: absolute;
25 | display: none;
26 | -webkit-border-radius: 3px;
27 | -moz-border-radius: 3px;
28 | border-radius: 3px;
29 | background: #292929;
30 | color: $white-color;
31 | font-size: smaller;
32 | padding: 3px;
33 | }
34 |
35 | .jqvmap-zoomin, .jqvmap-zoomout {
36 | position: absolute;
37 | left: 10px;
38 | border-radius: 13px;
39 | background: #35cd3a;
40 | padding: 6px 7px;
41 | color: #ffffff;
42 | cursor: pointer;
43 | line-height: 10px;
44 | text-align: center;
45 | font-size: 14px;
46 | }
47 |
48 | .jqvmap-zoomin {
49 | top: 15px;
50 | }
51 |
52 | .jqvmap-zoomout {
53 | top: 45px;
54 | }
55 |
56 | .jqvmap-region {
57 | cursor: pointer;
58 | }
59 |
60 | .jqvmap-ajax_response {
61 | width: 100%;
62 | height: 500px;
63 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_modals.scss:
--------------------------------------------------------------------------------
1 | /* Modal */
2 | .modal {
3 | .bg-default .modal-title, .bg-primary .modal-title, .bg-secondary .modal-title, .bg-info .modal-title, .bg-success .modal-title, .bg-warning .modal-title, .bg-danger .modal-title {
4 | color: $white-color !important;
5 | }
6 | }
7 |
8 | .modal-content {
9 | border-radius: .4rem !important;
10 | border: 0 !important;
11 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_navsearch.scss:
--------------------------------------------------------------------------------
1 | /* Nav Search */
2 |
3 | .nav-search {
4 | .input-group {
5 | border: 1px solid #eee;
6 | background: #eee;
7 | border-radius: 5px;
8 | &:hover, &:focus {
9 | border: 1px solid #ddd;
10 | }
11 | }
12 | .form-control {
13 | border: 0;
14 | background: $transparent-bg;
15 | font-size: 13px;
16 | padding: 0.75em 1em;
17 | min-width: 225px;
18 | max-width: 100%;
19 | }
20 | .input-group-text {
21 | border: 0;
22 | background: $transparent-bg;
23 | }
24 | .search-icon {
25 | font-size: 18px;
26 | color: #666;
27 | }
28 | .btn-search {
29 | background: $transparent-bg;
30 | padding: .375rem 1rem;
31 | }
32 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_paginations.scss:
--------------------------------------------------------------------------------
1 | /* Pagination */
2 |
3 | .pagination {
4 | > li {
5 | > a, &:first-child > a, &:last-child > a, > span, &:first-child > span, &:last-child > span {
6 | border-radius: 100px !important;
7 | margin: 0 2px;
8 | color: #777777;
9 | border-color: #ddd;
10 | }
11 | }
12 |
13 | @mixin pagination-active-state($color) {
14 | > a, &:first-child > a, &:last-child > a, > span, &:first-child > span, &:last-child > span {
15 | background: $color;
16 | border-color: $color;
17 | color: $white-color;
18 | }
19 | }
20 |
21 | &.pg-default > li.active {
22 | @include pagination-active-state($default-color);
23 | }
24 | &.pg-primary > li.active {
25 | @include pagination-active-state($primary-color);
26 | }
27 | &.pg-secondary > li.active {
28 | @include pagination-active-state($secondary-color);
29 | }
30 | &.pg-info > li.active {
31 | @include pagination-active-state($info-color);
32 | }
33 | &.pg-success > li.active {
34 | @include pagination-active-state($success-color);
35 | }
36 | &.pg-warning > li.active {
37 | @include pagination-active-state($warning-color);
38 | }
39 | &.pg-danger > li.active {
40 | @include pagination-active-state($danger-color);
41 | }
42 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_popovers.scss:
--------------------------------------------------------------------------------
1 | /* Popover */
2 | .popover {
3 | max-width: 240px;
4 | line-height: 1.7;
5 | border: 0;
6 | box-shadow: 0px 0px 20px 1px rgba(69, 65, 78, 0.2);
7 | .popover-header{
8 | background: $transparent-bg;
9 | font-size: 14px;
10 | border-bottom: 0px;
11 | text-transform: capitalize;
12 | margin-top: 5px;
13 | color: #aaaaaa;
14 | font-weight: $font-weight-normal;
15 | }
16 | .popover-body {
17 | margin-bottom: 5px;
18 | p {
19 | font-size: 13px;
20 | margin-bottom: 1rem;
21 | }
22 | }
23 | &.bs-popover-top, &.bs-popover-bottom, &.bs-popover-left, &.bs-popover-right{
24 | .arrow{
25 | &:before {
26 | border: $transparent-bg;
27 | }
28 | }
29 | }
30 | }
31 |
32 | .popover.bs-popover-auto[x-placement^=right], .popover.bs-popover-right{
33 | margin-left:10px;
34 | }
35 |
36 | .popover.bs-popover-auto[x-placement^=left], .popover.bs-popover-left{
37 | margin-right:10px;
38 | }
39 |
40 | .popover.bs-popover-auto[x-placement^=top], .popover.bs-popover-top{
41 | margin-bottom:10px;
42 | }
43 |
44 | .popover.bs-popover-auto[x-placement^=bottom], .popover.bs-popover-bottom{
45 | margin-top:10px;
46 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_progress.scss:
--------------------------------------------------------------------------------
1 | /* Progress */
2 | .progress {
3 | .progress-bar{
4 | border-radius: 100px;
5 | }
6 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_projects.scss:
--------------------------------------------------------------------------------
1 | .row-projects {
2 | margin-right: -10px;
3 | margin-left: -10px;
4 | [class^="col-"] {
5 | padding: 0 10px;
6 | }
7 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_rating.scss:
--------------------------------------------------------------------------------
1 | .rating {
2 | >label {
3 | display: inline;
4 | color: #e9eaeb !important;
5 | line-height: 1;
6 | float: right;
7 | cursor: pointer;
8 | &:hover {
9 | color: #FFC600 !important;
10 | opacity: 0.5;
11 | }
12 | span {
13 | font-size: 18px;
14 | }
15 | }
16 | input[type="radio"], input[type="checkbox"] {
17 | position: absolute;
18 | opacity: 0;
19 | z-index: -1;
20 | &:checked {
21 | &~label {
22 | color: #FFC600 !important;
23 | }
24 | }
25 | }
26 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_settings.scss:
--------------------------------------------------------------------------------
1 | /* Setting Tab */
2 | .settings-wrapper{
3 | .settings-content{
4 | .settings-list{
5 | padding-left: 0px;
6 | list-style: none;
7 | li{
8 | display: table;
9 | width: 100%;
10 | margin-bottom: 15px;
11 | .item-label{
12 | display: table-cell;
13 | vertical-align: middle;
14 | font-size: 12px;
15 | }
16 | .item-control{
17 | display: table-cell;
18 | float: right;
19 | margin-right: 5px;
20 | .toggle-group {
21 | .toggle-on, .toggle-off{
22 | font-size: 11px !important;
23 | }
24 | }
25 | }
26 | }
27 | }
28 | }
29 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_sliders.scss:
--------------------------------------------------------------------------------
1 | /* Slider */
2 |
3 | .slider-default .ui-slider-range {
4 | background: $default-color;
5 | }
6 |
7 | .slider-primary .ui-slider-range {
8 | background: $primary-color;
9 | }
10 |
11 | .slider-secondary .ui-slider-range {
12 | background: $secondary-color;
13 | }
14 |
15 | .slider-info .ui-slider-range {
16 | background: $info-color;
17 | }
18 |
19 | .slider-success .ui-slider-range {
20 | background: $success-color;
21 | }
22 |
23 | .slider-warning .ui-slider-range {
24 | background: $warning-color;
25 | }
26 |
27 | .slider-danger .ui-slider-range {
28 | background: $danger-color;
29 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_tasks.scss:
--------------------------------------------------------------------------------
1 | /* Task Tab */
2 | .tasks-wrapper{
3 | .tasks-scroll{
4 | height: calc(100vh - 130px);
5 | overflow: auto;
6 | margin-bottom: 15px;
7 | }
8 | .tasks-content{
9 | padding-bottom: 25px;
10 | .tasks-list{
11 | padding: 0px 10px;
12 | list-style: none;
13 | li {
14 | position: relative;
15 | margin-bottom: 15px;
16 | .custom-control{
17 | position: unset !important;
18 | }
19 | input[type="checkbox"]:checked~.custom-control-label {
20 | text-decoration: line-through;
21 | color: #999;
22 | }
23 | .custom-control.custom-checkbox {
24 | margin-right: 50px !important;
25 | }
26 | .task-action{
27 | display: none;
28 | position: absolute;
29 | font-size: 17px;
30 | right: 0;
31 | top: 0;
32 | a.link{
33 | margin-left: 10px;
34 | &:hover{
35 | text-decoration: none;
36 | color: unset;
37 | }
38 | }
39 | }
40 | &:hover {
41 | .task-action{
42 | display: block;
43 | }
44 | }
45 | }
46 | }
47 | }
48 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/components/_tile.scss:
--------------------------------------------------------------------------------
1 | .tile {
2 | width: 36px;
3 | height: 36px;
4 | font-size: 20px;
5 | border-radius: 50%;
6 | text-align: center;
7 | line-height: 36px;
8 | &:hover {
9 | text-decoration: none;
10 | }
11 | &.bg-default, &.bg-primary, &.bg-secondary, &.bg-info, &.bg-success, &.bg-danger, &.bg-warning, &.dark {
12 | color: #fff;
13 | }
14 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/plugins/_sweetalert.scss:
--------------------------------------------------------------------------------
1 | /* Sweet Alert */
2 |
3 | .swal-footer {
4 | text-align: center !important;
5 | margin-bottom: 20px !important;
6 | }
--------------------------------------------------------------------------------
/assets/sass/azzara/plugins/_toggle.scss:
--------------------------------------------------------------------------------
1 | /* Toggle */
2 | .checkbox label .toggle, .checkbox-inline .toggle {
3 | margin-left: -20px;
4 | margin-right: 5px;
5 | }
6 |
7 | .toggle {
8 | position: relative;
9 | overflow: hidden;
10 | padding: .6rem .5rem;
11 | }
12 |
13 | .toggle-group, .toggle-off, .toggle-on {
14 | position: absolute;
15 | top: 0;
16 | bottom: 0;
17 | }
18 |
19 | .toggle input[type=checkbox] {
20 | display: none;
21 | }
22 |
23 | .toggle-group {
24 | width: 200%;
25 | left: 0;
26 | transition: left .35s;
27 | -webkit-transition: left .35s;
28 | -moz-user-select: none;
29 | -webkit-user-select: none;
30 | }
31 |
32 | .toggle.off .toggle-group {
33 | left: -100%;
34 | }
35 |
36 | .toggle-on {
37 | left: 0;
38 | right: 50%;
39 | margin: 0;
40 | border: 0;
41 | border-radius: 0;
42 | padding-left: 12px !important;
43 | padding-top: 6px !important;
44 | padding-bottom: 6px !important;
45 | font-size: 11px !important;
46 | }
47 |
48 | .toggle-off {
49 | left: 50%;
50 | right: 0;
51 | margin: 0;
52 | border: 0;
53 | border-radius: 0;
54 | padding-top: 6px !important;
55 | padding-bottom: 6px !important;
56 | font-size: 11px !important;
57 | color: $white-color !important;
58 | }
59 |
60 | .toggle-handle {
61 | position: relative;
62 | margin: 0 auto;
63 | padding-top: 0;
64 | padding-bottom: 0;
65 | height: 100%;
66 | width: 0;
67 | border-width: 0 1px;
68 | }
69 |
70 | .toggle.btn {
71 | min-width: 54px !important;
72 | height: 30px !important;
73 | }
74 |
75 | .toggle-on.btn {
76 | padding-right: 24px;
77 | }
78 |
79 | .toggle-off.btn {
80 | padding-left: 24px;
81 | }
82 |
83 | .toggle.btn-lg {
84 | min-width: 79px;
85 | min-height: 45px;
86 | }
87 |
88 | .toggle-on.btn-lg {
89 | padding-right: 31px;
90 | }
91 |
92 | .toggle-off.btn-lg {
93 | padding-left: 31px;
94 | }
95 |
96 | .toggle-handle.btn-lg {
97 | width: 40px;
98 | }
99 |
100 | .toggle.btn-sm {
101 | min-width: 50px;
102 | min-height: 30px;
103 | }
104 |
105 | .toggle-on.btn-sm {
106 | padding-right: 20px;
107 | }
108 |
109 | .toggle-off.btn-sm {
110 | padding-left: 20px;
111 | }
112 |
113 | .toggle.btn-xs {
114 | min-width: 35px;
115 | min-height: 22px;
116 | }
117 |
118 | .toggle-on.btn-xs {
119 | padding-right: 12px;
120 | }
121 |
122 | .toggle-off.btn-xs {
123 | padding-left: 12px;
124 | }
--------------------------------------------------------------------------------
/documentation/assets/prism-normalize-whitespace.min.js:
--------------------------------------------------------------------------------
1 | !function(){function e(e){this.defaults=r({},e)}function n(e){return e.replace(/-(\w)/g,function(e,n){return n.toUpperCase()})}function t(e){for(var n=0,t=0;tn&&(o[s]="\n"+o[s],a=l)}r[i]=o.join("")}return r.join("\n")}},"undefined"!=typeof module&&module.exports&&(module.exports=e),"undefined"!=typeof Prism&&(Prism.plugins.NormalizeWhitespace=new e({"remove-trailing":!0,"remove-indent":!0,"left-trim":!0,"right-trim":!0}),Prism.hooks.add("before-sanity-check",function(e){var n=Prism.plugins.NormalizeWhitespace;if(!e.settings||e.settings["whitespace-normalization"]!==!1){if((!e.element||!e.element.parentNode)&&e.code)return e.code=n.normalize(e.code,e.settings),void 0;var t=e.element.parentNode,r=/\bno-whitespace-normalization\b/;if(e.code&&t&&"pre"===t.nodeName.toLowerCase()&&!r.test(t.className)&&!r.test(e.element.className)){for(var i=t.childNodes,o="",a="",s=!1,l=0;l code[class*="language-"],
59 | pre[class*="language-"] {
60 | background: #f5f2f0;
61 | }
62 |
63 | /* Inline code */
64 | :not(pre) > code[class*="language-"] {
65 | padding: .1em;
66 | border-radius: .3em;
67 | white-space: normal;
68 | }
69 |
70 | .token.comment,
71 | .token.prolog,
72 | .token.doctype,
73 | .token.cdata {
74 | color: slategray;
75 | }
76 |
77 | .token.punctuation {
78 | color: #999;
79 | }
80 |
81 | .namespace {
82 | opacity: .7;
83 | }
84 |
85 | .token.property,
86 | .token.tag,
87 | .token.boolean,
88 | .token.number,
89 | .token.constant,
90 | .token.symbol,
91 | .token.deleted {
92 | color: #905;
93 | }
94 |
95 | .token.selector,
96 | .token.attr-name,
97 | .token.string,
98 | .token.char,
99 | .token.builtin,
100 | .token.inserted {
101 | color: #690;
102 | }
103 |
104 | .token.operator,
105 | .token.entity,
106 | .token.url,
107 | .language-css .token.string,
108 | .style .token.string {
109 | color: #9a6e3a;
110 | background: hsla(0, 0%, 100%, .5);
111 | }
112 |
113 | .token.atrule,
114 | .token.attr-value,
115 | .token.keyword {
116 | color: #07a;
117 | }
118 |
119 | .token.function,
120 | .token.class-name {
121 | color: #DD4A68;
122 | }
123 |
124 | .token.regex,
125 | .token.important,
126 | .token.variable {
127 | color: #e90;
128 | }
129 |
130 | .token.important,
131 | .token.bold {
132 | font-weight: bold;
133 | }
134 | .token.italic {
135 | font-style: italic;
136 | }
137 |
138 | .token.entity {
139 | cursor: help;
140 | }
141 |
142 |
--------------------------------------------------------------------------------
/examples/404.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |
5 | 404
6 |
7 |
8 |
9 |
10 |
11 |
20 |
21 |
22 |
23 |
24 |
25 |
26 |
36 |
37 |
38 |
39 |
40 |
41 |
--------------------------------------------------------------------------------