Template:Column/styles.css: Difference between revisions

Template page
m (Shiburizu moved page Template:Box/styles.css to Template:Column/styles.css without leaving a redirect)
No edit summary
Line 60: Line 60:


.sc-box .sc-box-head {
.sc-box .sc-box-head {
   margin-top: 0rem;
   margin: 0px;
}
 
.sc-box-head-hr {
  margin: 0.6rem 0px;
}
}

Revision as of 22:42, 1 June 2023

.sc-box {
  padding: 0.6rem;
}

[class^="sc-col-"] {
  flex-shrink: 1;
}

[class^="sc-col-"].sc-box {
  min-width: 280px;
}

.sc-col-1 {
  flex: 1;
}

.sc-col-2 {
  flex: 2;
}

.sc-col-3 {
  flex: 3;
}

.sc-col-4 {
  flex: 4;
}

.sc-col-5 {
  flex: 5;
}

.sc-col-6 {
  flex: 6;
}

.sc-col-7 {
  flex: 7;
}

.sc-col-8 {
  flex: 8;
}

.sc-col-9 {
  flex: 9;
}

.sc-col-10 {
  flex: 10;
}

.sc-col-11 {
  flex: 11;
}

.sc-col-12 {
  flex: 12;
}

.sc-box .sc-box-head {
  margin: 0px;
}

.sc-box-head-hr {
  margin: 0.6rem 0px;
}