├── .gitignore ├── .rbenv-gemsets ├── .rubocop.yml ├── Gemfile ├── LICENSE ├── README.md ├── Rakefile ├── coreui-rails.gemspec ├── lib ├── coreui │ └── rails.rb ├── coreui_rails.rb └── coreui_rails │ ├── engine.rb │ └── version.rb ├── main.js ├── manifest.yml ├── package.json ├── vendor └── assets │ ├── flags │ ├── 1x1 │ │ ├── ad.svg │ │ ├── ae.svg │ │ ├── af.svg │ │ ├── ag.svg │ │ ├── ai.svg │ │ ├── al.svg │ │ ├── am.svg │ │ ├── ao.svg │ │ ├── aq.svg │ │ ├── ar.svg │ │ ├── as.svg │ │ ├── at.svg │ │ ├── au.svg │ │ ├── aw.svg │ │ ├── ax.svg │ │ ├── az.svg │ │ ├── ba.svg │ │ ├── bb.svg │ │ ├── bd.svg │ │ ├── be.svg │ │ ├── bf.svg │ │ ├── bg.svg │ │ ├── bh.svg │ │ ├── bi.svg │ │ ├── bj.svg │ │ ├── bl.svg │ │ ├── bm.svg │ │ ├── bn.svg │ │ ├── bo.svg │ │ ├── bq.svg │ │ ├── br.svg │ │ ├── bs.svg │ │ ├── bt.svg │ │ ├── bv.svg │ │ ├── bw.svg │ │ ├── by.svg │ │ ├── bz.svg │ │ ├── ca.svg │ │ ├── cc.svg │ │ ├── cd.svg │ │ ├── cf.svg │ │ ├── cg.svg │ │ ├── ch.svg │ │ ├── ci.svg │ │ ├── ck.svg │ │ ├── cl.svg │ │ ├── cm.svg │ │ ├── cn.svg │ │ ├── co.svg │ │ ├── cr.svg │ │ ├── cu.svg │ │ ├── cv.svg │ │ ├── cw.svg │ │ ├── cx.svg │ │ ├── cy.svg │ │ ├── cz.svg │ │ ├── de.svg │ │ ├── dj.svg │ │ ├── dk.svg │ │ ├── dm.svg │ │ ├── do.svg │ │ ├── dz.svg │ │ ├── ec.svg │ │ ├── ee.svg │ │ ├── eg.svg │ │ ├── eh.svg │ │ ├── er.svg │ │ ├── es-ct.svg │ │ ├── es.svg │ │ ├── et.svg │ │ ├── eu.svg │ │ ├── fi.svg │ │ ├── fj.svg │ │ ├── fk.svg │ │ ├── fm.svg │ │ ├── fo.svg │ │ ├── fr.svg │ │ ├── ga.svg │ │ ├── gb-eng.svg │ │ ├── gb-nir.svg │ │ ├── gb-sct.svg │ │ ├── gb-wls.svg │ │ ├── gb.svg │ │ ├── gd.svg │ │ ├── ge.svg │ │ ├── gf.svg │ │ ├── gg.svg │ │ ├── gh.svg │ │ ├── gi.svg │ │ ├── gl.svg │ │ ├── gm.svg │ │ ├── gn.svg │ │ ├── gp.svg │ │ ├── gq.svg │ │ ├── gr.svg │ │ ├── gs.svg │ │ ├── gt.svg │ │ ├── gu.svg │ │ ├── gw.svg │ │ ├── gy.svg │ │ ├── hk.svg │ │ ├── hm.svg │ │ ├── hn.svg │ │ ├── hr.svg │ │ ├── ht.svg │ │ ├── hu.svg │ │ ├── id.svg │ │ ├── ie.svg │ │ ├── il.svg │ │ ├── im.svg │ │ ├── in.svg │ │ ├── io.svg │ │ ├── iq.svg │ │ ├── ir.svg │ │ ├── is.svg │ │ ├── it.svg │ │ ├── je.svg │ │ ├── jm.svg │ │ ├── jo.svg │ │ ├── jp.svg │ │ ├── ke.svg │ │ ├── kg.svg │ │ ├── kh.svg │ │ ├── ki.svg │ │ ├── km.svg │ │ ├── kn.svg │ │ ├── kp.svg │ │ ├── kr.svg │ │ ├── kw.svg │ │ ├── ky.svg │ │ ├── kz.svg │ │ ├── la.svg │ │ ├── lb.svg │ │ ├── lc.svg │ │ ├── li.svg │ │ ├── lk.svg │ │ ├── lr.svg │ │ ├── ls.svg │ │ ├── lt.svg │ │ ├── lu.svg │ │ ├── lv.svg │ │ ├── ly.svg │ │ ├── ma.svg │ │ ├── mc.svg │ │ ├── md.svg │ │ ├── me.svg │ │ ├── mf.svg │ │ ├── mg.svg │ │ ├── mh.svg │ │ ├── mk.svg │ │ ├── ml.svg │ │ ├── mm.svg │ │ ├── mn.svg │ │ ├── mo.svg │ │ ├── mp.svg │ │ ├── mq.svg │ │ ├── mr.svg │ │ ├── ms.svg │ │ ├── mt.svg │ │ ├── mu.svg │ │ ├── mv.svg │ │ ├── mw.svg │ │ ├── mx.svg │ │ ├── my.svg │ │ ├── mz.svg │ │ ├── na.svg │ │ ├── nc.svg │ │ ├── ne.svg │ │ ├── nf.svg │ │ ├── ng.svg │ │ ├── ni.svg │ │ ├── nl.svg │ │ ├── no.svg │ │ ├── np.svg │ │ ├── nr.svg │ │ ├── nu.svg │ │ ├── nz.svg │ │ ├── om.svg │ │ ├── pa.svg │ │ ├── pe.svg │ │ ├── pf.svg │ │ ├── pg.svg │ │ ├── ph.svg │ │ ├── pk.svg │ │ ├── pl.svg │ │ ├── pm.svg │ │ ├── pn.svg │ │ ├── pr.svg │ │ ├── ps.svg │ │ ├── pt.svg │ │ ├── pw.svg │ │ ├── py.svg │ │ ├── qa.svg │ │ ├── re.svg │ │ ├── ro.svg │ │ ├── rs.svg │ │ ├── ru.svg │ │ ├── rw.svg │ │ ├── sa.svg │ │ ├── sb.svg │ │ ├── sc.svg │ │ ├── sd.svg │ │ ├── se.svg │ │ ├── sg.svg │ │ ├── sh.svg │ │ ├── si.svg │ │ ├── sj.svg │ │ ├── sk.svg │ │ ├── sl.svg │ │ ├── sm.svg │ │ ├── sn.svg │ │ ├── so.svg │ │ ├── sr.svg │ │ ├── ss.svg │ │ ├── st.svg │ │ ├── sv.svg │ │ ├── sx.svg │ │ ├── sy.svg │ │ ├── sz.svg │ │ ├── tc.svg │ │ ├── td.svg │ │ ├── tf.svg │ │ ├── tg.svg │ │ ├── th.svg │ │ ├── tj.svg │ │ ├── tk.svg │ │ ├── tl.svg │ │ ├── tm.svg │ │ ├── tn.svg │ │ ├── to.svg │ │ ├── tr.svg │ │ ├── tt.svg │ │ ├── tv.svg │ │ ├── tw.svg │ │ ├── tz.svg │ │ ├── ua.svg │ │ ├── ug.svg │ │ ├── um.svg │ │ ├── un.svg │ │ ├── us.svg │ │ ├── uy.svg │ │ ├── uz.svg │ │ ├── va.svg │ │ ├── vc.svg │ │ ├── ve.svg │ │ ├── vg.svg │ │ ├── vi.svg │ │ ├── vn.svg │ │ ├── vu.svg │ │ ├── wf.svg │ │ ├── ws.svg │ │ ├── ye.svg │ │ ├── yt.svg │ │ ├── za.svg │ │ ├── zm.svg │ │ └── zw.svg │ └── 4x3 │ │ ├── ad.svg │ │ ├── ae.svg │ │ ├── af.svg │ │ ├── ag.svg │ │ ├── ai.svg │ │ ├── al.svg │ │ ├── am.svg │ │ ├── ao.svg │ │ ├── aq.svg │ │ ├── ar.svg │ │ ├── as.svg │ │ ├── at.svg │ │ ├── au.svg │ │ ├── aw.svg │ │ ├── ax.svg │ │ ├── az.svg │ │ ├── ba.svg │ │ ├── bb.svg │ │ ├── bd.svg │ │ ├── be.svg │ │ ├── bf.svg │ │ ├── bg.svg │ │ ├── bh.svg │ │ ├── bi.svg │ │ ├── bj.svg │ │ ├── bl.svg │ │ ├── bm.svg │ │ ├── bn.svg │ │ ├── bo.svg │ │ ├── bq.svg │ │ ├── br.svg │ │ ├── bs.svg │ │ ├── bt.svg │ │ ├── bv.svg │ │ ├── bw.svg │ │ ├── by.svg │ │ ├── bz.svg │ │ ├── ca.svg │ │ ├── cc.svg │ │ ├── cd.svg │ │ ├── cf.svg │ │ ├── cg.svg │ │ ├── ch.svg │ │ ├── ci.svg │ │ ├── ck.svg │ │ ├── cl.svg │ │ ├── cm.svg │ │ ├── cn.svg │ │ ├── co.svg │ │ ├── cr.svg │ │ ├── cu.svg │ │ ├── cv.svg │ │ ├── cw.svg │ │ ├── cx.svg │ │ ├── cy.svg │ │ ├── cz.svg │ │ ├── de.svg │ │ ├── dj.svg │ │ ├── dk.svg │ │ ├── dm.svg │ │ ├── do.svg │ │ ├── dz.svg │ │ ├── ec.svg │ │ ├── ee.svg │ │ ├── eg.svg │ │ ├── eh.svg │ │ ├── er.svg │ │ ├── es-ct.svg │ │ ├── es.svg │ │ ├── et.svg │ │ ├── eu.svg │ │ ├── fi.svg │ │ ├── fj.svg │ │ ├── fk.svg │ │ ├── fm.svg │ │ ├── fo.svg │ │ ├── fr.svg │ │ ├── ga.svg │ │ ├── gb-eng.svg │ │ ├── gb-nir.svg │ │ ├── gb-sct.svg │ │ ├── gb-wls.svg │ │ ├── gb.svg │ │ ├── gd.svg │ │ ├── ge.svg │ │ ├── gf.svg │ │ ├── gg.svg │ │ ├── gh.svg │ │ ├── gi.svg │ │ ├── gl.svg │ │ ├── gm.svg │ │ ├── gn.svg │ │ ├── gp.svg │ │ ├── gq.svg │ │ ├── gr.svg │ │ ├── gs.svg │ │ ├── gt.svg │ │ ├── gu.svg │ │ ├── gw.svg │ │ ├── gy.svg │ │ ├── hk.svg │ │ ├── hm.svg │ │ ├── hn.svg │ │ ├── hr.svg │ │ ├── ht.svg │ │ ├── hu.svg │ │ ├── id.svg │ │ ├── ie.svg │ │ ├── il.svg │ │ ├── im.svg │ │ ├── in.svg │ │ ├── io.svg │ │ ├── iq.svg │ │ ├── ir.svg │ │ ├── is.svg │ │ ├── it.svg │ │ ├── je.svg │ │ ├── jm.svg │ │ ├── jo.svg │ │ ├── jp.svg │ │ ├── ke.svg │ │ ├── kg.svg │ │ ├── kh.svg │ │ ├── ki.svg │ │ ├── km.svg │ │ ├── kn.svg │ │ ├── kp.svg │ │ ├── kr.svg │ │ ├── kw.svg │ │ ├── ky.svg │ │ ├── kz.svg │ │ ├── la.svg │ │ ├── lb.svg │ │ ├── lc.svg │ │ ├── li.svg │ │ ├── lk.svg │ │ ├── lr.svg │ │ ├── ls.svg │ │ ├── lt.svg │ │ ├── lu.svg │ │ ├── lv.svg │ │ ├── ly.svg │ │ ├── ma.svg │ │ ├── mc.svg │ │ ├── md.svg │ │ ├── me.svg │ │ ├── mf.svg │ │ ├── mg.svg │ │ ├── mh.svg │ │ ├── mk.svg │ │ ├── ml.svg │ │ ├── mm.svg │ │ ├── mn.svg │ │ ├── mo.svg │ │ ├── mp.svg │ │ ├── mq.svg │ │ ├── mr.svg │ │ ├── ms.svg │ │ ├── mt.svg │ │ ├── mu.svg │ │ ├── mv.svg │ │ ├── mw.svg │ │ ├── mx.svg │ │ ├── my.svg │ │ ├── mz.svg │ │ ├── na.svg │ │ ├── nc.svg │ │ ├── ne.svg │ │ ├── nf.svg │ │ ├── ng.svg │ │ ├── ni.svg │ │ ├── nl.svg │ │ ├── no.svg │ │ ├── np.svg │ │ ├── nr.svg │ │ ├── nu.svg │ │ ├── nz.svg │ │ ├── om.svg │ │ ├── pa.svg │ │ ├── pe.svg │ │ ├── pf.svg │ │ ├── pg.svg │ │ ├── ph.svg │ │ ├── pk.svg │ │ ├── pl.svg │ │ ├── pm.svg │ │ ├── pn.svg │ │ ├── pr.svg │ │ ├── ps.svg │ │ ├── pt.svg │ │ ├── pw.svg │ │ ├── py.svg │ │ ├── qa.svg │ │ ├── re.svg │ │ ├── ro.svg │ │ ├── rs.svg │ │ ├── ru.svg │ │ ├── rw.svg │ │ ├── sa.svg │ │ ├── sb.svg │ │ ├── sc.svg │ │ ├── sd.svg │ │ ├── se.svg │ │ ├── sg.svg │ │ ├── sh.svg │ │ ├── si.svg │ │ ├── sj.svg │ │ ├── sk.svg │ │ ├── sl.svg │ │ ├── sm.svg │ │ ├── sn.svg │ │ ├── so.svg │ │ ├── sr.svg │ │ ├── ss.svg │ │ ├── st.svg │ │ ├── sv.svg │ │ ├── sx.svg │ │ ├── sy.svg │ │ ├── sz.svg │ │ ├── tc.svg │ │ ├── td.svg │ │ ├── tf.svg │ │ ├── tg.svg │ │ ├── th.svg │ │ ├── tj.svg │ │ ├── tk.svg │ │ ├── tl.svg │ │ ├── tm.svg │ │ ├── tn.svg │ │ ├── to.svg │ │ ├── tr.svg │ │ ├── tt.svg │ │ ├── tv.svg │ │ ├── tw.svg │ │ ├── tz.svg │ │ ├── ua.svg │ │ ├── ug.svg │ │ ├── um.svg │ │ ├── un.svg │ │ ├── us.svg │ │ ├── uy.svg │ │ ├── uz.svg │ │ ├── va.svg │ │ ├── vc.svg │ │ ├── ve.svg │ │ ├── vg.svg │ │ ├── vi.svg │ │ ├── vn.svg │ │ ├── vu.svg │ │ ├── wf.svg │ │ ├── ws.svg │ │ ├── ye.svg │ │ ├── yt.svg │ │ ├── za.svg │ │ ├── zm.svg │ │ └── zw.svg │ ├── fonts │ ├── Simple-Line-Icons.eot │ ├── Simple-Line-Icons.svg │ ├── Simple-Line-Icons.ttf │ ├── Simple-Line-Icons.woff │ └── Simple-Line-Icons.woff2 │ ├── images │ ├── favicon.png │ ├── logo-symbol.png │ └── logo.png │ ├── javascripts │ ├── Chart.js │ ├── coreui-free.js │ ├── moment.js │ └── pace.js │ └── stylesheets │ ├── _bootstrap-variables.scss │ ├── _coreui-free.scss │ ├── coreui │ ├── _animate.scss │ ├── _aside.scss │ ├── _avatars.scss │ ├── _badge.scss │ ├── _breadcrumb-menu.scss │ ├── _breadcrumb.scss │ ├── _buttons.scss │ ├── _callout.scss │ ├── _card.scss │ ├── _charts.scss │ ├── _dropdown-menu-right.scss │ ├── _dropdown.scss │ ├── _footer.scss │ ├── _grid.scss │ ├── _input-group.scss │ ├── _layout.scss │ ├── _loading.scss │ ├── _mixins.scss │ ├── _mobile.scss │ ├── _modal.scss │ ├── _nav.scss │ ├── _navbar.scss │ ├── _others.scss │ ├── _progress.scss │ ├── _rtl.scss │ ├── _sidebar.scss │ ├── _switches.scss │ ├── _tables.scss │ ├── _temp.scss │ ├── _typography.scss │ ├── _utilities.scss │ ├── _variables.scss │ ├── _widgets.scss │ ├── core.scss │ └── utilities │ │ ├── _background.scss │ │ ├── _borders.scss │ │ └── _display.scss │ ├── flag-icon │ ├── _flag-icon-base.scss │ ├── _flag-icon-list.scss │ ├── _flag-icon-more.scss │ ├── _variables.scss │ └── flag-icon.scss │ └── simple-line-icons │ └── simple-line-icons.scss └── yarn.lock /.gitignore: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/.gitignore -------------------------------------------------------------------------------- /.rbenv-gemsets: -------------------------------------------------------------------------------- 1 | coreui-dev 2 | -------------------------------------------------------------------------------- /.rubocop.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/.rubocop.yml -------------------------------------------------------------------------------- /Gemfile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/Gemfile -------------------------------------------------------------------------------- /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/README.md -------------------------------------------------------------------------------- /Rakefile: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/Rakefile -------------------------------------------------------------------------------- /coreui-rails.gemspec: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/coreui-rails.gemspec -------------------------------------------------------------------------------- /lib/coreui/rails.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/lib/coreui/rails.rb -------------------------------------------------------------------------------- /lib/coreui_rails.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/lib/coreui_rails.rb -------------------------------------------------------------------------------- /lib/coreui_rails/engine.rb: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/lib/coreui_rails/engine.rb -------------------------------------------------------------------------------- /lib/coreui_rails/version.rb: -------------------------------------------------------------------------------- 1 | module CoreUI 2 | VERSION = '1.1.0'.freeze 3 | end 4 | -------------------------------------------------------------------------------- /main.js: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /manifest.yml: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/manifest.yml -------------------------------------------------------------------------------- /package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/package.json -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ad.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ae.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ae.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/af.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/af.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ag.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ai.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ai.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/al.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/al.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/am.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/am.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ao.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ao.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/aq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/aq.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ar.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/as.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/as.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/at.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/au.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/au.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/aw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/aw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ax.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/az.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/az.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ba.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bb.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bd.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/be.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/be.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bh.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bi.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bj.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bo.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bq.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/br.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/br.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bs.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bv.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/by.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/by.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/bz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/bz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ca.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ca.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cd.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ch.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ci.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ci.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ck.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/co.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/co.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cv.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cx.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cy.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/cz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/cz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/de.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/de.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/dj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/dj.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/dk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/dk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/dm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/dm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/do.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/do.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/dz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/dz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ec.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ec.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ee.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/eg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/eg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/eh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/eh.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/er.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/er.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/es-ct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/es-ct.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/es.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/es.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/et.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/et.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/eu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/eu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/fi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/fi.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/fj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/fj.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/fk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/fk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/fm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/fm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/fo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/fo.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/fr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/fr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ga.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ga.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gb-eng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gb-eng.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gb-nir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gb-nir.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gb-sct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gb-sct.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gb-wls.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gb-wls.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gb.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gd.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ge.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gh.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gi.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gp.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gq.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gs.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/gy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/gy.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/hk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/hk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/hm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/hm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/hn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/hn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/hr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/hr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ht.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ht.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/hu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/hu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/id.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ie.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/il.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/il.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/im.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/im.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/in.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/io.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/io.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/iq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/iq.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ir.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/is.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/is.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/it.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/it.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/je.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/je.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/jm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/jm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/jo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/jo.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/jp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/jp.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ke.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/kg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/kg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/kh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/kh.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ki.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ki.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/km.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/km.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/kn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/kn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/kp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/kp.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/kr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/kr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/kw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/kw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ky.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ky.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/kz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/kz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/la.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/la.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/lb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/lb.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/lc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/lc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/li.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/li.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/lk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/lk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/lr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/lr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ls.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ls.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/lt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/lt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/lu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/lu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/lv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/lv.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ly.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ma.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/md.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/md.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/me.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/me.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mh.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ml.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mo.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mp.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mq.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ms.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mv.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mx.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/my.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/my.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/mz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/mz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/na.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/na.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/nc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/nc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ne.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/nf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/nf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ng.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ni.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ni.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/nl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/nl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/no.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/no.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/np.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/np.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/nr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/nr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/nu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/nu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/nz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/nz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/om.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/om.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/pa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/pa.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/pe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/pe.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/pf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/pf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/pg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/pg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ph.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/pk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/pk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/pl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/pl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/pm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/pm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/pn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/pn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/pr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/pr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ps.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/pt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/pt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/pw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/pw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/py.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/py.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/qa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/qa.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/re.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/re.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ro.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/rs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/rs.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ru.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ru.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/rw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/rw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sa.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sb.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sd.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/se.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/se.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sh.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/si.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/si.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sj.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/so.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/so.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ss.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/st.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/st.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sv.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sx.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sy.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/sz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/sz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/td.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/td.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/th.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tj.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/to.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/to.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tv.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/tz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/tz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ua.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ua.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ug.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/um.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/um.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/un.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/un.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/us.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/us.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/uy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/uy.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/uz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/uz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/va.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/va.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/vc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/vc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ve.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/vg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/vg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/vi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/vi.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/vn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/vn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/vu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/vu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/wf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/wf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ws.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ws.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/ye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/ye.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/yt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/yt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/za.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/za.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/zm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/zm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/1x1/zw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/1x1/zw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ad.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ad.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ae.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ae.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/af.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/af.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ag.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ag.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ai.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ai.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/al.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/al.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/am.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/am.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ao.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ao.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/aq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/aq.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ar.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ar.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/as.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/as.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/at.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/at.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/au.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/au.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/aw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/aw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ax.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ax.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/az.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/az.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ba.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ba.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bb.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bd.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/be.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/be.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bh.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bi.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bj.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bo.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bq.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/br.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/br.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bs.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bv.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/by.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/by.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/bz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/bz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ca.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ca.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cd.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ch.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ch.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ci.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ci.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ck.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ck.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/co.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/co.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cv.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cx.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cy.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/cz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/cz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/de.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/de.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/dj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/dj.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/dk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/dk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/dm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/dm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/do.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/do.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/dz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/dz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ec.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ec.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ee.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ee.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/eg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/eg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/eh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/eh.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/er.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/er.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/es-ct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/es-ct.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/es.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/es.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/et.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/et.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/eu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/eu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/fi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/fi.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/fj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/fj.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/fk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/fk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/fm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/fm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/fo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/fo.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/fr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/fr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ga.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ga.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gb-eng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gb-eng.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gb-nir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gb-nir.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gb-sct.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gb-sct.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gb-wls.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gb-wls.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gb.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gd.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ge.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ge.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gh.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gi.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gp.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gq.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gs.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/gy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/gy.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/hk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/hk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/hm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/hm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/hn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/hn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/hr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/hr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ht.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ht.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/hu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/hu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/id.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/id.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ie.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ie.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/il.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/il.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/im.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/im.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/in.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/in.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/io.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/io.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/iq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/iq.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ir.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ir.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/is.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/is.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/it.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/it.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/je.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/je.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/jm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/jm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/jo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/jo.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/jp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/jp.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ke.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ke.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/kg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/kg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/kh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/kh.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ki.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ki.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/km.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/km.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/kn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/kn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/kp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/kp.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/kr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/kr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/kw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/kw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ky.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ky.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/kz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/kz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/la.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/la.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/lb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/lb.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/lc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/lc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/li.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/li.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/lk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/lk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/lr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/lr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ls.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ls.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/lt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/lt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/lu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/lu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/lv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/lv.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ly.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ly.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ma.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ma.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/md.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/md.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/me.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/me.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mh.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ml.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ml.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mo.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mo.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mp.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mp.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mq.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mq.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ms.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ms.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mv.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mx.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/my.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/my.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/mz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/mz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/na.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/na.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/nc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/nc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ne.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ne.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/nf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/nf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ng.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ng.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ni.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ni.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/nl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/nl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/no.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/no.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/np.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/np.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/nr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/nr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/nu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/nu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/nz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/nz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/om.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/om.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/pa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/pa.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/pe.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/pe.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/pf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/pf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/pg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/pg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ph.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ph.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/pk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/pk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/pl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/pl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/pm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/pm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/pn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/pn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/pr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/pr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ps.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ps.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/pt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/pt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/pw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/pw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/py.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/py.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/qa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/qa.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/re.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/re.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ro.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ro.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/rs.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/rs.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ru.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ru.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/rw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/rw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sa.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sa.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sb.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sb.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sd.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sd.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/se.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/se.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sh.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sh.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/si.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/si.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sj.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/so.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/so.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ss.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ss.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/st.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/st.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sv.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sx.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sx.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sy.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/sz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/sz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/td.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/td.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/th.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/th.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tj.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tj.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tk.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tk.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tl.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tl.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/to.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/to.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tr.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tr.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tv.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tv.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tw.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/tz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/tz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ua.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ua.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ug.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ug.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/um.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/um.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/un.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/un.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/us.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/us.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/uy.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/uy.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/uz.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/uz.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/va.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/va.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/vc.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/vc.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ve.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ve.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/vg.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/vg.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/vi.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/vi.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/vn.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/vn.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/vu.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/vu.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/wf.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/wf.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ws.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ws.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/ye.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/ye.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/yt.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/yt.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/za.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/za.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/zm.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/zm.svg -------------------------------------------------------------------------------- /vendor/assets/flags/4x3/zw.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/flags/4x3/zw.svg -------------------------------------------------------------------------------- /vendor/assets/fonts/Simple-Line-Icons.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/fonts/Simple-Line-Icons.eot -------------------------------------------------------------------------------- /vendor/assets/fonts/Simple-Line-Icons.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/fonts/Simple-Line-Icons.svg -------------------------------------------------------------------------------- /vendor/assets/fonts/Simple-Line-Icons.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/fonts/Simple-Line-Icons.ttf -------------------------------------------------------------------------------- /vendor/assets/fonts/Simple-Line-Icons.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/fonts/Simple-Line-Icons.woff -------------------------------------------------------------------------------- /vendor/assets/fonts/Simple-Line-Icons.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/fonts/Simple-Line-Icons.woff2 -------------------------------------------------------------------------------- /vendor/assets/images/favicon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/images/favicon.png -------------------------------------------------------------------------------- /vendor/assets/images/logo-symbol.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/images/logo-symbol.png -------------------------------------------------------------------------------- /vendor/assets/images/logo.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/images/logo.png -------------------------------------------------------------------------------- /vendor/assets/javascripts/Chart.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/javascripts/Chart.js -------------------------------------------------------------------------------- /vendor/assets/javascripts/coreui-free.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/javascripts/coreui-free.js -------------------------------------------------------------------------------- /vendor/assets/javascripts/moment.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/javascripts/moment.js -------------------------------------------------------------------------------- /vendor/assets/javascripts/pace.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/javascripts/pace.js -------------------------------------------------------------------------------- /vendor/assets/stylesheets/_bootstrap-variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/_bootstrap-variables.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/_coreui-free.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/_coreui-free.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_animate.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_animate.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_aside.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_aside.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_avatars.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_avatars.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_badge.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_badge.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_breadcrumb-menu.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_breadcrumb-menu.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_breadcrumb.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_breadcrumb.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_buttons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_buttons.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_callout.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_callout.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_card.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_card.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_charts.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_charts.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_dropdown-menu-right.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_dropdown-menu-right.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_dropdown.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_dropdown.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_footer.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_footer.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_grid.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_grid.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_input-group.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_input-group.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_layout.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_layout.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_loading.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_loading.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_mixins.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_mixins.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_mobile.scss: -------------------------------------------------------------------------------- 1 | -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_modal.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_modal.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_nav.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_nav.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_navbar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_navbar.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_others.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_others.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_progress.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_progress.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_rtl.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_rtl.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_sidebar.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_sidebar.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_switches.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_switches.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_tables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_tables.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_temp.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_temp.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_typography.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_typography.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_utilities.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_utilities.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_variables.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/_widgets.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/_widgets.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/core.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/core.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/utilities/_background.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/utilities/_background.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/utilities/_borders.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/utilities/_borders.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/coreui/utilities/_display.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/coreui/utilities/_display.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/flag-icon/_flag-icon-base.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/flag-icon/_flag-icon-base.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/flag-icon/_flag-icon-list.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/flag-icon/_flag-icon-list.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/flag-icon/_flag-icon-more.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/flag-icon/_flag-icon-more.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/flag-icon/_variables.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/flag-icon/_variables.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/flag-icon/flag-icon.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/flag-icon/flag-icon.scss -------------------------------------------------------------------------------- /vendor/assets/stylesheets/simple-line-icons/simple-line-icons.scss: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/vendor/assets/stylesheets/simple-line-icons/simple-line-icons.scss -------------------------------------------------------------------------------- /yarn.lock: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pelted/coreui-rails/HEAD/yarn.lock --------------------------------------------------------------------------------