46 lines
811 B
Sass
46 lines
811 B
Sass
// .col-1
|
|
// width: 8.33% !important
|
|
// .col-2
|
|
// width: 16.66% !important
|
|
// .col-3
|
|
// width: 25% !important
|
|
// .col-4
|
|
// width: 33.33% !important
|
|
// .col-5
|
|
// width: 41.66% !important
|
|
// .col-6
|
|
// width: 50% !important
|
|
// .col-7
|
|
// width: 58.33% !important
|
|
// .col-8
|
|
// width: 66.66% !important
|
|
// .col-9
|
|
// width: 75% !important
|
|
// .col-10
|
|
// width: 83.33% !important
|
|
// .col-11
|
|
// width: 91.66% !important
|
|
// .col-12
|
|
// width: 100% !important
|
|
|
|
// [class*="col-"]
|
|
// flex: 0 0 auto
|
|
|
|
// .row
|
|
// box-sizing: border-box
|
|
// display: flex
|
|
// max-width: 100%
|
|
// *
|
|
// width: 100%
|
|
|
|
// .container-fluid
|
|
// width: 100%
|
|
// margin-right: auto
|
|
// margin-left: auto
|
|
|
|
// label
|
|
// display: inline-block
|
|
|
|
|
|
.full-width
|
|
width: 100% |