przeniesienie do nowego repozytorium

This commit is contained in:
2021-12-15 19:00:54 +01:00
commit 7bbb4457b7
3456 changed files with 193440 additions and 0 deletions

View File

@ -0,0 +1,21 @@
// Bordered & Pulled
// -------------------------
.#{$la-css-prefix}-border {
border: solid 0.08em #eee;
border-radius: .1em;
padding: .2em .25em .15em;
}
.#{$la-css-prefix}-pull-left { float: left; }
.#{$la-css-prefix}-pull-right { float: right; }
.#{$la-css-prefix} {
&.#{$la-css-prefix}-pull-left { margin-right: .3em; }
&.#{$la-css-prefix}-pull-right { margin-left: .3em; }
}
.#{$la-css-prefix} {
&.pull-left { margin-right: .3em; }
&.pull-right { margin-left: .3em; }
}

View File

@ -0,0 +1,11 @@
.lar,
.las,
.lab {
-moz-osx-font-smoothing: grayscale;
-webkit-font-smoothing: antialiased;
display: inline-block;
font-style: normal;
font-variant: normal;
text-rendering: auto;
line-height: 1;
}

View File

@ -0,0 +1,4 @@
.#{$la-css-prefix}-fw {
width: 1.25em;
text-align: center;
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,22 @@
.#{$la-css-prefix}-lg {
font-size: 1.33333em;
line-height: 0.75em;
vertical-align: -.0667em;
}
.#{$la-css-prefix}-xs { font-size: 0.75em; }
.#{$la-css-prefix}-2x { font-size: 1em; }
.#{$la-css-prefix}-2x { font-size: 2em; }
.#{$la-css-prefix}-3x { font-size: 3em; }
.#{$la-css-prefix}-4x { font-size: 4em; }
.#{$la-css-prefix}-5x { font-size: 5em; }
.#{$la-css-prefix}-6x { font-size: 6em; }
.#{$la-css-prefix}-7x { font-size: 7em; }
.#{$la-css-prefix}-8x { font-size: 8em; }
.#{$la-css-prefix}-9x { font-size: 9em; }
.#{$la-css-prefix}-10x { font-size: 10em; }
.#{$la-css-prefix}-fw {
text-align: center;
width: 1.25em;
}

View File

@ -0,0 +1,19 @@
.#{$la-css-prefix}-ul {
padding-left: 0;
margin-left: $la-li-width;
list-style-type: none;
> li {
position: relative;
}
}
.#{$la-css-prefix}-li {
position: absolute;
left: -2em;
text-align: center;
width: $la-li-width;
line-height: inherit;
&.#{$la-css-prefix}-lg {
left: -$la-li-width + (4em / 14);
}
}

View File

@ -0,0 +1,32 @@
// Only display content to screen readers. A la Bootstrap 4.
//
// See: http://a11yproject.com/posts/how-to-hide-content/
@mixin sr-only {
border: 0;
clip: rect(0, 0, 0, 0);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute;
width: 1px;
}
// Use in conjunction with .sr-only to only display content when it's focused.
//
// Useful for "Skip to main content" links; see http://www.w3.org/TR/2013/NOTE-WCAG20-TECHS-20130905/G1
//
// Credit: HTML5 Boilerplate
@mixin sr-only-focusable {
&:active,
&:focus {
clip: auto;
height: auto;
margin: 0;
overflow: visible;
position: static;
width: auto;
}
}

View File

@ -0,0 +1,53 @@
@font-face {
font-family: $la-font-name-lab;
font-style: normal;
font-weight: normal;
font-display: auto;
src: url('#{$la-font-path}/la-brands-400.eot');
src: url("#{$la-font-path}/la-brands-400.eot?#iefix") format("embedded-opentype"),
url("#{$la-font-path}/la-brands-400.woff2") format("woff2"),
url("#{$la-font-path}/la-brands-400.woff") format("woff"),
url("#{$la-font-path}/la-brands-400.ttf") format("truetype"),
url("#{$la-font-path}/la-brands-400.svg#lineawesome") format("svg");
}
.#{$la-css-prefix-lab} {
font-family: $la-font-name-lab;
font-weight: 400;
}
@font-face {
font-family: $la-font-name-lar;
font-style: normal;
font-weight: 400;
font-display: auto;
src: url('#{$la-font-path}/la-regular-400.eot');
src: url("#{$la-font-path}/la-regular-400.eot?#iefix") format("embedded-opentype"),
url("#{$la-font-path}/la-regular-400.woff2") format("woff2"),
url("#{$la-font-path}/la-regular-400.woff") format("woff"),
url("#{$la-font-path}/la-regular-400.ttf") format("truetype"),
url("#{$la-font-path}/la-regular-400.svg#lineawesome") format("svg");
}
.#{$la-css-prefix-lar} {
font-family: $la-font-name-lar;
font-weight: 400;
}
@font-face {
font-family: $la-font-name-las;
font-style: normal;
font-weight: 900;
font-display: auto;
src: url('#{$la-font-path}/la-solid-900.eot');
src: url("#{$la-font-path}/la-solid-900.eot?#iefix") format("embedded-opentype"),
url("#{$la-font-path}/la-solid-900.woff2") format("woff2"),
url("#{$la-font-path}/la-solid-900.woff") format("woff"),
url("#{$la-font-path}/la-solid-900.ttf") format("truetype"),
url("#{$la-font-path}/la-solid-900.svg#lineawesome") format("svg");
}
.#{$la-css-prefix-las} {
font-family: $la-font-name-las;
font-weight: 900;
}

View File

@ -0,0 +1,101 @@
.la-pull-left {
float: left;
}
.la-pull-right {
float: right;
}
.la.la-pull-left,
.las.la-pull-left,
.lar.la-pull-left,
.lal.la-pull-left,
.lab.la-pull-left {
margin-right: .3em;
}
.la.la-pull-right,
.las.la-pull-right,
.lar.la-pull-right,
.lal.la-pull-right,
.lab.la-pull-right {
margin-left: .3em;
}
.la-spin {
-webkit-animation: la-spin 2s infinite linear;
animation: la-spin 2s infinite linear;
}
.la-pulse {
-webkit-animation: la-spin 1s infinite steps(8);
animation: la-spin 1s infinite steps(8);
}
@-webkit-keyframes la-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
@keyframes la-spin {
0% {
-webkit-transform: rotate(0deg);
transform: rotate(0deg);
}
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.la-rotate-90 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
-webkit-transform: rotate(90deg);
transform: rotate(90deg);
}
.la-rotate-180 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
-webkit-transform: rotate(180deg);
transform: rotate(180deg);
}
.la-rotate-270 {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
-webkit-transform: rotate(270deg);
transform: rotate(270deg);
}
.la-flip-horizontal {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
-webkit-transform: scale(-1, 1);
transform: scale(-1, 1);
}
.la-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(1, -1);
transform: scale(1, -1);
}
.la-flip-both, .la-flip-horizontal.la-flip-vertical {
-ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
-webkit-transform: scale(-1, -1);
transform: scale(-1, -1);
}
:root .la-rotate-90,
:root .la-rotate-180,
:root .la-rotate-270,
:root .la-flip-horizontal,
:root .la-flip-vertical,
:root .la-flip-both {
-webkit-filter: none;
filter: none;
}

View File

@ -0,0 +1,2 @@
.sr-only { @include sr-only(); }
.sr-only-focusable { @include sr-only-focusable(); }

View File

@ -0,0 +1,28 @@
.#{$la-css-prefix}-stack {
display: inline-block;
height: 2em;
line-height: 2em;
position: relative;
vertical-align: middle;
width: 2.5em;
}
.#{$la-css-prefix}-stack-1x,
.#{$la-css-prefix}-stack-2x {
left: 0;
position: absolute;
text-align: center;
width: 100%;
}
.#{$la-css-prefix}-stack-1x {
line-height: inherit;
}
.#{$la-css-prefix}-stack-2x {
font-size: 2em;
}
.#{$la-css-prefix}-inverse {
color: $la-inverse;
}

File diff suppressed because it is too large Load Diff

View File

@ -0,0 +1,12 @@
@import "mixins";
@import "core";
@import "variables";
@import "path";
@import "larger";
@import "fixed-width";
@import "list";
@import "bordered_pulled";
@import "rotated-flipped";
@import "stacked";
@import "icons";
@import "screen-reader";