Skip to content

Commit

Permalink
refactoring, new component defs
Browse files Browse the repository at this point in the history
  • Loading branch information
olton committed May 3, 2020
1 parent be446df commit d311afa
Show file tree
Hide file tree
Showing 44 changed files with 133,274 additions and 133,281 deletions.
66,520 changes: 33,260 additions & 33,260 deletions build/css/metro-all.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/metro-all.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/metro-animations.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.3.7 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 03/05/2020 17:33:04
* Built at 03/05/2020 18:10:52
* Licensed under MIT
*/
.ani-spin,
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-colors.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.3.7 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 03/05/2020 17:33:04
* Built at 03/05/2020 18:10:52
* Licensed under MIT
*/
.op-default {
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-common.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.3.7 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 03/05/2020 17:33:04
* Built at 03/05/2020 18:10:52
* Licensed under MIT
*/
.button.primary,
Expand Down
168 changes: 84 additions & 84 deletions build/css/metro-components.css
Original file line number Diff line number Diff line change
@@ -1,9 +1,92 @@
/*
* Metro 4 Components Library v4.3.7 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 03/05/2020 17:33:04
* Built at 03/05/2020 18:10:52
* Licensed under MIT
*/
.container,
.container2,
.container-fluid,
section,
header,
footer,
aside {
display: block;
position: relative;
margin: 0 auto;
}
.container::after,
.container2::after,
.container-fluid::after,
section::after,
header::after,
footer::after,
aside::after {
display: block;
clear: both;
content: "";
}
.container,
.container2 {
width: 100%;
padding-right: 12px;
padding-left: 12px;
}
.container-fluid {
width: 100%;
max-width: none;
padding-right: 12px;
padding-left: 12px;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
.container2 {
max-width: 90%;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container,
.container2 {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container,
.container2 {
max-width: 1140px;
}
}
@media (min-width: 1452px) {
.container,
.container2 {
max-width: 1360px;
}
}
.container-fs {
max-width: 0 !important;
}
.container-sm {
max-width: 576px !important;
}
.container-md {
max-width: 768px !important;
}
.container-lg {
max-width: 992px !important;
}
.container-xl {
max-width: 1200px !important;
}
.container-xxl {
max-width: 1452px !important;
}
.accordion {
list-style: none inside;
margin: 0;
Expand Down Expand Up @@ -3238,89 +3321,6 @@ input[type=reset]:active {
.image-button:disabled {
opacity: 0.65;
}
.container,
.container2,
.container-fluid,
section,
header,
footer,
aside {
display: block;
position: relative;
margin: 0 auto;
}
.container::after,
.container2::after,
.container-fluid::after,
section::after,
header::after,
footer::after,
aside::after {
display: block;
clear: both;
content: "";
}
.container,
.container2 {
width: 100%;
padding-right: 12px;
padding-left: 12px;
}
.container-fluid {
width: 100%;
max-width: none;
padding-right: 12px;
padding-left: 12px;
}
@media (min-width: 576px) {
.container {
max-width: 540px;
}
.container2 {
max-width: 90%;
}
}
@media (min-width: 768px) {
.container {
max-width: 720px;
}
}
@media (min-width: 992px) {
.container,
.container2 {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.container,
.container2 {
max-width: 1140px;
}
}
@media (min-width: 1452px) {
.container,
.container2 {
max-width: 1360px;
}
}
.container-fs {
max-width: 0 !important;
}
.container-sm {
max-width: 576px !important;
}
.container-md {
max-width: 768px !important;
}
.container-lg {
max-width: 992px !important;
}
.container-xl {
max-width: 1200px !important;
}
.container-xxl {
max-width: 1452px !important;
}
.countdown {
display: -webkit-box;
display: -ms-flexbox;
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-components.min.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/css/metro-icons.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.3.7 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 03/05/2020 17:33:04
* Built at 03/05/2020 18:10:52
* Licensed under MIT
*/
@font-face {
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-reset.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.3.7 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 03/05/2020 17:33:04
* Built at 03/05/2020 18:10:52
* Licensed under MIT
*/
*,
Expand Down
2 changes: 1 addition & 1 deletion build/css/metro-rtl.css
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
/*
* Metro 4 Components Library v4.3.7 (https://metroui.org.ua)
* Copyright 2012-2020 Sergey Pimenov
* Built at 03/05/2020 17:33:04
* Built at 03/05/2020 18:10:52
* Licensed under MIT
*/
.accordion.rtl.material > .frame > .heading,
Expand Down
Loading

0 comments on commit d311afa

Please sign in to comment.