parent
786828528b
commit
dcdbde0946
@ -1 +1,24 @@
|
|||||||
@font-face{font-family:'IBM Plex Mono';src:url('IBMPlexMono.eot');src:url('IBMPlexMono.eot?#iefix') format('embedded-opentype'),url('IBMPlexMono.woff2') format('woff2'),url('IBMPlexMono.woff') format('woff'),url('IBMPlexMono.ttf') format('truetype');font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:'IBM Plex Mono';src:url('IBMPlexMono-Bold.eot');src:url('IBMPlexMono-Bold.eot?#iefix') format('embedded-opentype'),url('IBMPlexMono-Bold.woff2') format('woff2'),url('IBMPlexMono-Bold.woff') format('woff'),url('IBMPlexMono-Bold.ttf') format('truetype');font-weight:700;font-style:normal;font-display:swap}
|
@font-face {
|
||||||
|
font-family: 'IBM Plex Mono';
|
||||||
|
src: url('IBMPlexMono.eot');
|
||||||
|
src: url('IBMPlexMono.eot?#iefix') format('embedded-opentype'),
|
||||||
|
url('IBMPlexMono.woff2') format('woff2'),
|
||||||
|
url('IBMPlexMono.woff') format('woff'),
|
||||||
|
url('IBMPlexMono.ttf') format('truetype');
|
||||||
|
font-weight: normal;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
@font-face {
|
||||||
|
font-family: 'IBM Plex Mono';
|
||||||
|
src: url('IBMPlexMono-Bold.eot');
|
||||||
|
src: url('IBMPlexMono-Bold.eot?#iefix') format('embedded-opentype'),
|
||||||
|
url('IBMPlexMono-Bold.woff2') format('woff2'),
|
||||||
|
url('IBMPlexMono-Bold.woff') format('woff'),
|
||||||
|
url('IBMPlexMono-Bold.ttf') format('truetype');
|
||||||
|
font-weight: bold;
|
||||||
|
font-style: normal;
|
||||||
|
font-display: swap;
|
||||||
|
}
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
@ -1 +1,13 @@
|
|||||||
(self.webpackChunkplain_ui=self.webpackChunkplain_ui||[]).push([[355],{256:()=>{}}]);
|
(self["webpackChunkplain_ui"] = self["webpackChunkplain_ui"] || []).push([["spritemap"],{
|
||||||
|
|
||||||
|
/***/ "?4e0c":
|
||||||
|
/*!******************************!*\
|
||||||
|
!*** spritemap-dummy-module ***!
|
||||||
|
\******************************/
|
||||||
|
/***/ (() => {
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
/***/ })
|
||||||
|
|
||||||
|
}]);
|
@ -1,9 +1,17 @@
|
|||||||
/**
|
/**
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
@mixin component__loading()
|
|
||||||
{
|
|
||||||
|
|
||||||
|
.progress {
|
||||||
|
height: 40px;
|
||||||
|
width: 100%;
|
||||||
|
|
||||||
|
border: 1px solid var(--primary);
|
||||||
|
|
||||||
|
&__inner {
|
||||||
|
margin: 1px;
|
||||||
|
height: 100%;
|
||||||
|
}
|
||||||
}
|
}
|
Loading…
Reference in new issue