mdb-ui-kit/css/mdb.rtl.min.css

10 lines
310 KiB
CSS
Raw Normal View History

2022-10-31 10:25:26 +03:00
:root{--mdb-red:#f44336;--mdb-pink:#e91e63;--mdb-purple:purple-500;--mdb-indigo:#3f51b5;--mdb-blue:#2196f3;--mdb-cyan:#00bcd4;--mdb-teal:#009688;--mdb-green:#4caf50;--mdb-yellow:#ffeb3b;--mdb-orange:#ff9800;--mdb-white:#fff;--mdb-black:#000;--mdb-gray:#757575;--mdb-gray-dark:#4f4f4f;--mdb-gray-50:#fbfbfb;--mdb-gray-100:#f5f5f5;--mdb-gray-200:#eee;--mdb-gray-300:#e0e0e0;--mdb-gray-400:#bdbdbd;--mdb-gray-500:#9e9e9e;--mdb-gray-600:#757575;--mdb-gray-700:#616161;--mdb-gray-800:#4f4f4f;--mdb-gray-900:#262626;--mdb-primary:#3b71ca;--mdb-secondary:#9fa6b2;--mdb-success:#14a44d;--mdb-danger:#dc4c64;--mdb-warning:#e4a11b;--mdb-info:#54b4d3;--mdb-light:#fbfbfb;--mdb-dark:#332d2d;--mdb-primary-rgb:59,113,202;--mdb-secondary-rgb:159,166,178;--mdb-success-rgb:20,164,77;--mdb-danger-rgb:220,76,100;--mdb-warning-rgb:228,161,27;--mdb-info-rgb:84,180,211;--mdb-light-rgb:251,251,251;--mdb-dark-rgb:51,45,45;--mdb-white-rgb:255,255,255;--mdb-black-rgb:0,0,0;--mdb-body-color-rgb:79,79,79;--mdb-body-bg-rgb:255,255,255;--mdb-font-sans-serif:system-ui,-apple-system,"Segoe UI",Roboto,"Helvetica Neue","Noto Sans","Liberation Sans",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--mdb-font-monospace:SFMono-Regular,Menlo,Monaco,Consolas,"Liberation Mono","Courier New",monospace;--mdb-gradient:linear-gradient(180deg,hsla(0,0%,100%,0.15),hsla(0,0%,100%,0));--mdb-body-font-family:var(--mdb-font-roboto);--mdb-body-font-size:1rem;--mdb-body-font-weight:400;--mdb-body-line-height:1.6;--mdb-body-color:#4f4f4f;--mdb-body-bg:#fff;--mdb-border-width:1px;--mdb-border-style:solid;--mdb-border-color:#e0e0e0;--mdb-border-color-translucent:rgba(0,0,0,0.175);--mdb-border-radius:0.25rem;--mdb-border-radius-sm:0.25rem;--mdb-border-radius-lg:0.5rem;--mdb-border-radius-xl:1rem;--mdb-border-radius-2xl:2rem;--mdb-border-radius-pill:50rem;--mdb-link-color:#3b71ca;--mdb-link-hover-color:#386bc0;--mdb-code-color:#e91e63;--mdb-highlight-bg:#fff9c4}*,:after,:before{box-sizing:border-box}@media(prefers-reduced-motion:no-preference){:root{scroll-behavior:smooth}}body{margin:0;font-family:var(--mdb-body-font-family);font-size:var(--mdb-body-font-size);font-weight:var(--mdb-body-font-weight);line-height:var(--mdb-body-line-height);color:var(--mdb-body-color);text-align:var(--mdb-body-text-align);background-color:var(--mdb-body-bg);-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}hr{margin:1rem 0;color:inherit;border:0;border-top:1px solid;opacity:.25}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.h1,h1{font-size:calc(1.375rem + 1.5vw)}@media(min-width:1200px){.h1,h1{font-size:2.5rem}}.h2,h2{font-size:calc(1.325rem + .9vw)}@media(min-width:1200px){.h2,h2{font-size:2rem}}.h3,h3{font-size:calc(1.3rem + .6vw)}@media(min-width:1200px){.h3,h3{font-size:1.75rem}}.h4,h4{font-size:calc(1.275rem + .3vw)}@media(min-width:1200px){.h4,h4{font-size:1.5rem}}.h5,h5{font-size:1.25rem}.h6,h6{font-size:1rem}p{margin-top:0;margin-bottom:1rem}abbr[title]{-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul{padding-right:2rem}dl,ol,ul{margin-top:0;margin-bottom:1rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-right:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}.small,small{font-size:.875em}.mark,mark{padding:.1875em;background-color:var(--mdb-highlight-bg)}sub,sup{position:relative;font-size:.75em;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:var(--mdb-link-color)}a:hover{color:var(--mdb-link-hover-color);text-decoration:none}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:var(--mdb-font-monospace);font-size:1em}pre{display:block;margin-top:0;margin-bottom:1rem;overflow:auto;font-size:.875em}pre code{font-size:inherit;color:inherit;word-break:
2020-12-30 17:39:34 +03:00
* # Semantic UI 2.4.2 - Flag
* http://github.com/semantic-org/semantic-ui/
*
*
* Released under the MIT license
* http://opensource.org/licenses/MIT
*
2022-11-21 11:24:43 +03:00
*/#mdb-table-flag tr{cursor:pointer}.mdb-flag-selected{border-top-right-radius:5px;border-top-left-radius:5px;text-align:center;max-width:150px;margin:10px auto 0}.mdb-selected-flag-text{margin:0 auto;max-width:150px}i.flag:not(.icon){margin:0 0 0 .5em;line-height:11px;text-decoration:inherit;vertical-align:baseline;-webkit-backface-visibility:hidden;backface-visibility:hidden}i.flag:before,i.flag:not(.icon){display:inline-block;width:16px;height:11px}i.flag:before{content:"";background:url(https://mdbootstrap.com/img/svg/flags.png) no-repeat -108px -1976px}i.flag-ad:before,i.flag-andorra:before{background-position:100% 0!important}i.flag-ae:before,i.flag-uae:before,i.flag-united-arab-emirates:before{background-position:100% -26px!important}i.flag-af:before,i.flag-afghanistan:before{background-position:100% -52px!important}i.flag-ag:before,i.flag-antigua:before{background-position:100% -78px!important}i.flag-ai:before,i.flag-anguilla:before{background-position:100% -104px!important}i.flag-al:before,i.flag-albania:before{background-position:100% -130px!important}i.flag-am:before,i.flag-armenia:before{background-position:100% -156px!important}i.flag-an:before,i.flag-netherlands-antilles:before{background-position:100% -182px!important}i.flag-angola:before,i.flag-ao:before{background-position:100% -208px!important}i.flag-ar:before,i.flag-argentina:before{background-position:100% -234px!important}i.flag-american-samoa:before,i.flag-as:before{background-position:100% -260px!important}i.flag-at:before,i.flag-austria:before{background-position:100% -286px!important}i.flag-au:before,i.flag-australia:before{background-position:100% -312px!important}i.flag-aruba:before,i.flag-aw:before{background-position:100% -338px!important}i.flag-aland-islands:before,i.flag-ax:before{background-position:100% -364px!important}i.flag-az:before,i.flag-azerbaijan:before{background-position:100% -390px!important}i.flag-ba:before,i.flag-bosnia:before{background-position:100% -416px!important}i.flag-barbados:before,i.flag-bb:before{background-position:100% -442px!important}i.flag-bangladesh:before,i.flag-bd:before{background-position:100% -468px!important}i.flag-be:before,i.flag-belgium:before{background-position:100% -494px!important}i.flag-bf:before,i.flag-burkina-faso:before{background-position:100% -520px!important}i.flag-bg:before,i.flag-bulgaria:before{background-position:100% -546px!important}i.flag-bahrain:before,i.flag-bh:before{background-position:100% -572px!important}i.flag-bi:before,i.flag-burundi:before{background-position:100% -598px!important}i.flag-benin:before,i.flag-bj:before{background-position:100% -624px!important}i.flag-bermuda:before,i.flag-bm:before{background-position:100% -650px!important}i.flag-bn:before,i.flag-brunei:before{background-position:100% -676px!important}i.flag-bo:before,i.flag-bolivia:before{background-position:100% -702px!important}i.flag-br:before,i.flag-brazil:before{background-position:100% -728px!important}i.flag-bahamas:before,i.flag-bs:before{background-position:100% -754px!important}i.flag-bhutan:before,i.flag-bt:before{background-position:100% -780px!important}i.flag-bouvet-island:before,i.flag-bv:before{background-position:100% -806px!important}i.flag-botswana:before,i.flag-bw:before{background-position:100% -832px!important}i.flag-belarus:before,i.flag-by:before{background-position:100% -858px!important}i.flag-belize:before,i.flag-bz:before{background-position:100% -884px!important}i.flag-ca:before,i.flag-canada:before{background-position:100% -910px!important}i.flag-cc:before,i.flag-cocos-islands:before{background-position:100% -962px!important}i.flag-cd:before,i.flag-congo:before{background-position:100% -988px!important}i.flag-central-african-republic:before,i.flag-cf:before{background-position:100% -1014px!important}i.flag-cg:before,i.flag-congo-brazzaville:before{background-position:100% -1040px!important}i.flag-ch:before,i.flag-switzerland:before{background-position:100% -1066px!important}i.flag-ci:before,i.flag-cote-divoire:before{background-position:100% -1092px!important}i.flag-ck:before,
2020-12-30 17:39:34 +03:00
/*# sourceMappingURL=mdb.rtl.min.css.map */