This repository has been archived on 2022-05-20. You can view files and clone it, but cannot push or open issues or pull requests.
Alley-HSBC-Frontend/src/style/base/_base.sass

52 lines
879 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
// html
// overflow-y: hidden
.full-width
width: 100%
a
text-decoration: none