Skip to content
Snippets Groups Projects

SCSS und babel-loader

Merged Thomas Hackl requested to merge scss-and-babel-loader into master
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -35,11 +35,12 @@ table {
@@ -35,11 +35,12 @@ table {
.bbb-metrics {
.bbb-metrics {
.contentbox {
.contentbox {
> section {
> section {
.flex();
display: flex;
.flex-wrap(wrap);
 
flex-wrap: wrap;
div {
div {
.flex-item(1 0 50%);
flex: 1 0 50%;
}
}
.ct-label {
.ct-label {
font-size: 1.2rem;
font-size: 1.2rem;
Loading