diff --git a/dist/css/ionic.css b/dist/css/ionic.css index 2a9617060e..a5eae818eb 100644 --- a/dist/css/ionic.css +++ b/dist/css/ionic.css @@ -4497,6 +4497,328 @@ input[type="range"] { .button.block, .button.button-full { margin-top: 10px; margin-bottom: 10px; } + .button.button-primary { + color: white; + background-color: #4a87ee; + border-color: #1b68ea; } + .button.button-primary:hover { + color: white; + text-decoration: none; } + .button.button-primary.active, .button.button-primary:active { + background-color: #3378ec; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #1b68ea; } + .button.button-primary.button-clear { + color: #4a87ee; + background: none; + box-shadow: none; } + .button.button-primary.button-outline { + background: transparent; + border-color: #4a87ee; + color: #4a87ee; } + .button.button-primary.button-outline.active, .button.button-primary.button-outline:active { + background-color: #4a87ee; + color: #fff; + box-shadow: none; } + .button.button-secondary { + color: #444444; + background-color: white; + border-color: #d9d9d9; } + .button.button-secondary:hover { + color: #444444; + text-decoration: none; } + .button.button-secondary.active, .button.button-secondary:active { + background-color: white; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #cccccc; } + .button.button-secondary.button-clear { + color: #d9d9d9; + background: none; + box-shadow: none; } + .button.button-secondary.button-outline { + background: transparent; + border-color: #d9d9d9; + color: #888888; } + .button.button-secondary.button-outline.active, .button.button-secondary.button-outline:active { + background-color: #d9d9d9; + color: #fff; + box-shadow: none; } + .button.button-tertiary { + color: #444444; + background-color: whitesmoke; + border-color: #b5b5b5; } + .button.button-tertiary:hover { + color: #444444; + text-decoration: none; } + .button.button-tertiary.active, .button.button-tertiary:active { + background-color: white; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #cfcfcf; } + .button.button-tertiary.button-clear { + color: whitesmoke; + background: none; + box-shadow: none; } + .button.button-tertiary.button-outline { + background: transparent; + border-color: whitesmoke; + color: whitesmoke; } + .button.button-tertiary.button-outline.active, .button.button-tertiary.button-outline:active { + background-color: whitesmoke; + color: #fff; + box-shadow: none; } + .button.button-positive { + color: white; + background-color: #4a87ee; + border-color: #145dd7; } + .button.button-positive:hover { + color: white; + text-decoration: none; } + .button.button-positive.active, .button.button-positive:active { + background-color: #145dd7; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #145dd7; } + .button.button-positive.button-clear { + color: #4a87ee; + background: none; + box-shadow: none; } + .button.button-positive.button-outline { + background: transparent; + border-color: #4a87ee; + color: #4a87ee; } + .button.button-positive.button-outline.active, .button.button-positive.button-outline:active { + background-color: #4a87ee; + color: #fff; + box-shadow: none; } + .button.button-calm { + color: white; + background-color: #43cee6; + border-color: #1aaac3; } + .button.button-calm:hover { + color: white; + text-decoration: none; } + .button.button-calm.active, .button.button-calm:active { + background-color: #1aaac3; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #1aaac3; } + .button.button-calm.button-clear { + color: #43cee6; + background: none; + box-shadow: none; } + .button.button-calm.button-outline { + background: transparent; + border-color: #43cee6; + color: #43cee6; } + .button.button-calm.button-outline.active, .button.button-calm.button-outline:active { + background-color: #43cee6; + color: #fff; + box-shadow: none; } + .button.button-assertive { + color: white; + background-color: #ef4e3a; + border-color: #cc2511; } + .button.button-assertive:hover { + color: white; + text-decoration: none; } + .button.button-assertive.active, .button.button-assertive:active { + background-color: #cc2511; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #cc2511; } + .button.button-assertive.button-clear { + color: #ef4e3a; + background: none; + box-shadow: none; } + .button.button-assertive.button-outline { + background: transparent; + border-color: #ef4e3a; + color: #ef4e3a; } + .button.button-assertive.button-outline.active, .button.button-assertive.button-outline:active { + background-color: #ef4e3a; + color: #fff; + box-shadow: none; } + .button.button-balanced { + color: white; + background-color: #66cc33; + border-color: #478f24; } + .button.button-balanced:hover { + color: white; + text-decoration: none; } + .button.button-balanced.active, .button.button-balanced:active { + background-color: #478f24; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #478f24; } + .button.button-balanced.button-clear { + color: #66cc33; + background: none; + box-shadow: none; } + .button.button-balanced.button-outline { + background: transparent; + border-color: #66cc33; + color: #66cc33; } + .button.button-balanced.button-outline.active, .button.button-balanced.button-outline:active { + background-color: #66cc33; + color: #fff; + box-shadow: none; } + .button.button-energized { + color: white; + background-color: #f0b840; + border-color: #d39511; } + .button.button-energized:hover { + color: white; + text-decoration: none; } + .button.button-energized.active, .button.button-energized:active { + background-color: #d39511; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #d39511; } + .button.button-energized.button-clear { + color: #f0b840; + background: none; + box-shadow: none; } + .button.button-energized.button-outline { + background: transparent; + border-color: #f0b840; + color: #f0b840; } + .button.button-energized.button-outline.active, .button.button-energized.button-outline:active { + background-color: #f0b840; + color: #fff; + box-shadow: none; } + .button.button-royal { + color: white; + background-color: #8a6de9; + border-color: #552bdf; } + .button.button-royal:hover { + color: white; + text-decoration: none; } + .button.button-royal.active, .button.button-royal:active { + background-color: #552bdf; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: #552bdf; } + .button.button-royal.button-clear { + color: #8a6de9; + background: none; + box-shadow: none; } + .button.button-royal.button-outline { + background: transparent; + border-color: #8a6de9; + color: #8a6de9; } + .button.button-royal.button-outline.active, .button.button-royal.button-outline:active { + background-color: #8a6de9; + color: #fff; + box-shadow: none; } + .button.button-pure { + color: #444444; + background-color: white; + border-color: #dddddd; } + .button.button-pure:hover { + color: #444444; + text-decoration: none; } + .button.button-pure.active, .button.button-pure:active { + background-color: #222222; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: black; } + .button.button-pure.button-clear { + color: white; + background: none; + box-shadow: none; } + .button.button-pure.button-outline { + background: transparent; + border-color: white; + color: white; } + .button.button-pure.button-outline.active, .button.button-pure.button-outline:active { + background-color: white; + color: #fff; + box-shadow: none; } + .button.button-subdued-light { + color: #444444; + background-color: #eeeeee; + border-color: #dddddd; } + .button.button-subdued-light:hover { + color: #444444; + text-decoration: none; } + .button.button-subdued-light.active, .button.button-subdued-light:active { + background-color: #222222; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: black; } + .button.button-subdued-light.button-clear { + color: #eeeeee; + background: none; + box-shadow: none; } + .button.button-subdued-light.button-outline { + background: transparent; + border-color: #eeeeee; + color: #eeeeee; } + .button.button-subdued-light.button-outline.active, .button.button-subdued-light.button-outline:active { + background-color: #eeeeee; + color: #fff; + box-shadow: none; } + .button.button-subdued { + color: #444444; + background-color: #cccccc; + border-color: #bbbbbb; } + .button.button-subdued:hover { + color: #444444; + text-decoration: none; } + .button.button-subdued.active, .button.button-subdued:active { + background-color: #222222; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: black; } + .button.button-subdued.button-clear { + color: #cccccc; + background: none; + box-shadow: none; } + .button.button-subdued.button-outline { + background: transparent; + border-color: #cccccc; + color: #cccccc; } + .button.button-subdued.button-outline.active, .button.button-subdued.button-outline:active { + background-color: #cccccc; + color: #fff; + box-shadow: none; } + .button.button-subdued-dark { + color: white; + background-color: #888888; + border-color: #6f6f6f; } + .button.button-subdued-dark:hover { + color: white; + text-decoration: none; } + .button.button-subdued-dark.active, .button.button-subdued-dark:active { + background-color: #222222; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: black; } + .button.button-subdued-dark.button-clear { + color: #888888; + background: none; + box-shadow: none; } + .button.button-subdued-dark.button-outline { + background: transparent; + border-color: #888888; + color: #888888; } + .button.button-subdued-dark.button-outline.active, .button.button-subdued-dark.button-outline:active { + background-color: #888888; + color: #fff; + box-shadow: none; } + .button.button-dark { + color: white; + background-color: #444444; + border-color: #444444; } + .button.button-dark:hover { + color: white; + text-decoration: none; } + .button.button-dark.active, .button.button-dark:active { + background-color: #222222; + box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); + border-color: black; } + .button.button-dark.button-clear { + color: #444444; + background: none; + box-shadow: none; } + .button.button-dark.button-outline { + background: transparent; + border-color: #444444; + color: #444444; } + .button.button-dark.button-outline.active, .button.button-dark.button-outline:active { + background-color: #444444; + color: #fff; + box-shadow: none; } .button-small { padding: 0 4px; @@ -4562,342 +4884,6 @@ input[type="range"] { box-shadow: none; text-shadow: 0px 0px 10px #fff; } -.button-primary { - color: white; - background-color: #4a87ee; - border-color: #1b68ea; } - .button-primary:hover { - color: white; - text-decoration: none; } - .button-primary.active, .button-primary:active { - background-color: #3378ec; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #1b68ea; } - .button-primary.button-clear { - color: #4a87ee; - background: none; - box-shadow: none; } - .button-primary.button-outline { - background: transparent; - border-color: #4a87ee; - color: #4a87ee; } - .button-primary.button-outline.active, .button-primary.button-outline:active { - background-color: #4a87ee; - color: #fff; - box-shadow: none; } - -.button-secondary { - color: #444444; - background-color: white; - border-color: #d9d9d9; } - .button-secondary:hover { - color: #444444; - text-decoration: none; } - .button-secondary.active, .button-secondary:active { - background-color: white; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #cccccc; } - .button-secondary.button-clear { - color: #d9d9d9; - background: none; - box-shadow: none; } - .button-secondary.button-outline { - background: transparent; - border-color: #d9d9d9; - color: #888888; } - .button-secondary.button-outline.active, .button-secondary.button-outline:active { - background-color: #d9d9d9; - color: #fff; - box-shadow: none; } - -.button-tertiary { - color: #444444; - background-color: whitesmoke; - border-color: #b5b5b5; } - .button-tertiary:hover { - color: #444444; - text-decoration: none; } - .button-tertiary.active, .button-tertiary:active { - background-color: white; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #cfcfcf; } - .button-tertiary.button-clear { - color: whitesmoke; - background: none; - box-shadow: none; } - .button-tertiary.button-outline { - background: transparent; - border-color: whitesmoke; - color: whitesmoke; } - .button-tertiary.button-outline.active, .button-tertiary.button-outline:active { - background-color: whitesmoke; - color: #fff; - box-shadow: none; } - -.button-positive { - color: white; - background-color: #4a87ee; - border-color: #145dd7; } - .button-positive:hover { - color: white; - text-decoration: none; } - .button-positive.active, .button-positive:active { - background-color: #145dd7; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #145dd7; } - .button-positive.button-clear { - color: #4a87ee; - background: none; - box-shadow: none; } - .button-positive.button-outline { - background: transparent; - border-color: #4a87ee; - color: #4a87ee; } - .button-positive.button-outline.active, .button-positive.button-outline:active { - background-color: #4a87ee; - color: #fff; - box-shadow: none; } - -.button-calm { - color: white; - background-color: #43cee6; - border-color: #1aaac3; } - .button-calm:hover { - color: white; - text-decoration: none; } - .button-calm.active, .button-calm:active { - background-color: #1aaac3; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #1aaac3; } - .button-calm.button-clear { - color: #43cee6; - background: none; - box-shadow: none; } - .button-calm.button-outline { - background: transparent; - border-color: #43cee6; - color: #43cee6; } - .button-calm.button-outline.active, .button-calm.button-outline:active { - background-color: #43cee6; - color: #fff; - box-shadow: none; } - -.button-assertive { - color: white; - background-color: #ef4e3a; - border-color: #cc2511; } - .button-assertive:hover { - color: white; - text-decoration: none; } - .button-assertive.active, .button-assertive:active { - background-color: #cc2511; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #cc2511; } - .button-assertive.button-clear { - color: #ef4e3a; - background: none; - box-shadow: none; } - .button-assertive.button-outline { - background: transparent; - border-color: #ef4e3a; - color: #ef4e3a; } - .button-assertive.button-outline.active, .button-assertive.button-outline:active { - background-color: #ef4e3a; - color: #fff; - box-shadow: none; } - -.button-balanced { - color: white; - background-color: #66cc33; - border-color: #478f24; } - .button-balanced:hover { - color: white; - text-decoration: none; } - .button-balanced.active, .button-balanced:active { - background-color: #478f24; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #478f24; } - .button-balanced.button-clear { - color: #66cc33; - background: none; - box-shadow: none; } - .button-balanced.button-outline { - background: transparent; - border-color: #66cc33; - color: #66cc33; } - .button-balanced.button-outline.active, .button-balanced.button-outline:active { - background-color: #66cc33; - color: #fff; - box-shadow: none; } - -.button-energized { - color: white; - background-color: #f0b840; - border-color: #d39511; } - .button-energized:hover { - color: white; - text-decoration: none; } - .button-energized.active, .button-energized:active { - background-color: #d39511; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #d39511; } - .button-energized.button-clear { - color: #f0b840; - background: none; - box-shadow: none; } - .button-energized.button-outline { - background: transparent; - border-color: #f0b840; - color: #f0b840; } - .button-energized.button-outline.active, .button-energized.button-outline:active { - background-color: #f0b840; - color: #fff; - box-shadow: none; } - -.button-royal { - color: white; - background-color: #8a6de9; - border-color: #552bdf; } - .button-royal:hover { - color: white; - text-decoration: none; } - .button-royal.active, .button-royal:active { - background-color: #552bdf; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: #552bdf; } - .button-royal.button-clear { - color: #8a6de9; - background: none; - box-shadow: none; } - .button-royal.button-outline { - background: transparent; - border-color: #8a6de9; - color: #8a6de9; } - .button-royal.button-outline.active, .button-royal.button-outline:active { - background-color: #8a6de9; - color: #fff; - box-shadow: none; } - -.button-pure { - color: #444444; - background-color: white; - border-color: #dddddd; } - .button-pure:hover { - color: #444444; - text-decoration: none; } - .button-pure.active, .button-pure:active { - background-color: #222222; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: black; } - .button-pure.button-clear { - color: white; - background: none; - box-shadow: none; } - .button-pure.button-outline { - background: transparent; - border-color: white; - color: white; } - .button-pure.button-outline.active, .button-pure.button-outline:active { - background-color: white; - color: #fff; - box-shadow: none; } - -.button-subdued-light { - color: #444444; - background-color: #eeeeee; - border-color: #dddddd; } - .button-subdued-light:hover { - color: #444444; - text-decoration: none; } - .button-subdued-light.active, .button-subdued-light:active { - background-color: #222222; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: black; } - .button-subdued-light.button-clear { - color: #eeeeee; - background: none; - box-shadow: none; } - .button-subdued-light.button-outline { - background: transparent; - border-color: #eeeeee; - color: #eeeeee; } - .button-subdued-light.button-outline.active, .button-subdued-light.button-outline:active { - background-color: #eeeeee; - color: #fff; - box-shadow: none; } - -.button-subdued { - color: #444444; - background-color: #cccccc; - border-color: #bbbbbb; } - .button-subdued:hover { - color: #444444; - text-decoration: none; } - .button-subdued.active, .button-subdued:active { - background-color: #222222; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: black; } - .button-subdued.button-clear { - color: #cccccc; - background: none; - box-shadow: none; } - .button-subdued.button-outline { - background: transparent; - border-color: #cccccc; - color: #cccccc; } - .button-subdued.button-outline.active, .button-subdued.button-outline:active { - background-color: #cccccc; - color: #fff; - box-shadow: none; } - -.button-subdued-dark { - color: white; - background-color: #888888; - border-color: #6f6f6f; } - .button-subdued-dark:hover { - color: white; - text-decoration: none; } - .button-subdued-dark.active, .button-subdued-dark:active { - background-color: #222222; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: black; } - .button-subdued-dark.button-clear { - color: #888888; - background: none; - box-shadow: none; } - .button-subdued-dark.button-outline { - background: transparent; - border-color: #888888; - color: #888888; } - .button-subdued-dark.button-outline.active, .button-subdued-dark.button-outline:active { - background-color: #888888; - color: #fff; - box-shadow: none; } - -.button-dark { - color: white; - background-color: #444444; - border-color: #444444; } - .button-dark:hover { - color: white; - text-decoration: none; } - .button-dark.active, .button-dark:active { - background-color: #222222; - box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.15); - border-color: black; } - .button-dark.button-clear { - color: #444444; - background: none; - box-shadow: none; } - .button-dark.button-outline { - background: transparent; - border-color: #444444; - color: #444444; } - .button-dark.button-outline.active, .button-dark.button-outline:active { - background-color: #444444; - color: #fff; - box-shadow: none; } - .padding > .button.block:first-child { margin-top: 0; } diff --git a/scss/_button.scss b/scss/_button.scss index a7adb5d8c1..002eb5b116 100644 --- a/scss/_button.scss +++ b/scss/_button.scss @@ -42,6 +42,90 @@ margin-top: $button-block-margin; margin-bottom: $button-block-margin; } + + &.button-primary { + @include button-style($button-primary-bg, $button-primary-border, $button-primary-active-bg, $button-primary-active-border, $button-primary-text); + @include button-clear($button-primary-bg); + @include button-outline($button-primary-bg); + } + + &.button-secondary { + @include button-style($button-secondary-bg, $button-secondary-border, $button-secondary-active-bg, $button-secondary-active-border, $button-secondary-text); + @include button-clear($button-secondary-border); + @include button-outline($button-secondary-border, $subdued-dark); + } + + &.button-tertiary { + @include button-style($button-tertiary-bg, $button-tertiary-border, $button-tertiary-active-bg, $button-tertiary-active-border, $button-tertiary-text); + @include button-clear($button-tertiary-bg); + @include button-outline($button-tertiary-bg); + } + + &.button-positive { + @include button-style($button-positive-bg, $button-positive-border, $button-positive-active-bg, $button-positive-active-border, $button-positive-text); + @include button-clear($button-positive-bg); + @include button-outline($button-positive-bg); + } + + &.button-calm { + @include button-style($button-calm-bg, $button-calm-border, $button-calm-active-bg, $button-calm-active-border, $button-calm-text); + @include button-clear($button-calm-bg); + @include button-outline($button-calm-bg); + } + + &.button-assertive { + @include button-style($button-assertive-bg, $button-assertive-border, $button-assertive-active-bg, $button-assertive-active-border, $button-assertive-text); + @include button-clear($button-assertive-bg); + @include button-outline($button-assertive-bg); + } + + &.button-balanced { + @include button-style($button-balanced-bg, $button-balanced-border, $button-balanced-active-bg, $button-balanced-active-border, $button-balanced-text); + @include button-clear($button-balanced-bg); + @include button-outline($button-balanced-bg); + } + + &.button-energized { + @include button-style($button-energized-bg, $button-energized-border, $button-energized-active-bg, $button-energized-active-border, $button-energized-text); + @include button-clear($button-energized-bg); + @include button-outline($button-energized-bg); + } + + &.button-royal { + @include button-style($button-royal-bg, $button-royal-border, $button-royal-active-bg, $button-royal-active-border, $button-royal-text); + @include button-clear($button-royal-bg); + @include button-outline($button-royal-bg); + } + + &.button-pure { + @include button-style($button-pure-bg, $button-pure-border, $button-pure-active-bg, $button-pure-active-border, $button-pure-text); + @include button-clear($button-pure-bg); + @include button-outline($button-pure-bg); + } + + &.button-subdued-light { + @include button-style($button-subdued-light-bg, $button-subdued-light-border, $button-subdued-light-active-bg, $button-subdued-light-active-border, $button-subdued-light-text); + @include button-clear($button-subdued-light-bg); + @include button-outline($button-subdued-light-bg); + } + + &.button-subdued { + @include button-style($button-subdued-bg, $button-subdued-border, $button-subdued-active-bg, $button-subdued-active-border, $button-subdued-text); + @include button-clear($button-subdued-bg); + @include button-outline($button-subdued-bg); + } + + &.button-subdued-dark { + @include button-style($button-subdued-dark-bg, $button-subdued-dark-border, $button-subdued-dark-active-bg, $button-subdued-dark-active-border, $button-subdued-dark-text); + @include button-clear($button-subdued-dark-bg); + @include button-outline($button-subdued-dark-bg); + } + + &.button-dark { + @include button-style($button-dark-bg, $button-dark-border, $button-dark-active-bg, $button-dark-active-border, $button-dark-text); + @include button-clear($button-dark-bg); + @include button-outline($button-dark-bg); + } } .button-small { @@ -112,90 +196,6 @@ } } -.button-primary { - @include button-style($button-primary-bg, $button-primary-border, $button-primary-active-bg, $button-primary-active-border, $button-primary-text); - @include button-clear($button-primary-bg); - @include button-outline($button-primary-bg); -} - -.button-secondary { - @include button-style($button-secondary-bg, $button-secondary-border, $button-secondary-active-bg, $button-secondary-active-border, $button-secondary-text); - @include button-clear($button-secondary-border); - @include button-outline($button-secondary-border, $subdued-dark); -} - -.button-tertiary { - @include button-style($button-tertiary-bg, $button-tertiary-border, $button-tertiary-active-bg, $button-tertiary-active-border, $button-tertiary-text); - @include button-clear($button-tertiary-bg); - @include button-outline($button-tertiary-bg); -} - -.button-positive { - @include button-style($button-positive-bg, $button-positive-border, $button-positive-active-bg, $button-positive-active-border, $button-positive-text); - @include button-clear($button-positive-bg); - @include button-outline($button-positive-bg); -} - -.button-calm { - @include button-style($button-calm-bg, $button-calm-border, $button-calm-active-bg, $button-calm-active-border, $button-calm-text); - @include button-clear($button-calm-bg); - @include button-outline($button-calm-bg); -} - -.button-assertive { - @include button-style($button-assertive-bg, $button-assertive-border, $button-assertive-active-bg, $button-assertive-active-border, $button-assertive-text); - @include button-clear($button-assertive-bg); - @include button-outline($button-assertive-bg); -} - -.button-balanced { - @include button-style($button-balanced-bg, $button-balanced-border, $button-balanced-active-bg, $button-balanced-active-border, $button-balanced-text); - @include button-clear($button-balanced-bg); - @include button-outline($button-balanced-bg); -} - -.button-energized { - @include button-style($button-energized-bg, $button-energized-border, $button-energized-active-bg, $button-energized-active-border, $button-energized-text); - @include button-clear($button-energized-bg); - @include button-outline($button-energized-bg); -} - -.button-royal { - @include button-style($button-royal-bg, $button-royal-border, $button-royal-active-bg, $button-royal-active-border, $button-royal-text); - @include button-clear($button-royal-bg); - @include button-outline($button-royal-bg); -} - -.button-pure { - @include button-style($button-pure-bg, $button-pure-border, $button-pure-active-bg, $button-pure-active-border, $button-pure-text); - @include button-clear($button-pure-bg); - @include button-outline($button-pure-bg); -} - -.button-subdued-light { - @include button-style($button-subdued-light-bg, $button-subdued-light-border, $button-subdued-light-active-bg, $button-subdued-light-active-border, $button-subdued-light-text); - @include button-clear($button-subdued-light-bg); - @include button-outline($button-subdued-light-bg); -} - -.button-subdued { - @include button-style($button-subdued-bg, $button-subdued-border, $button-subdued-active-bg, $button-subdued-active-border, $button-subdued-text); - @include button-clear($button-subdued-bg); - @include button-outline($button-subdued-bg); -} - -.button-subdued-dark { - @include button-style($button-subdued-dark-bg, $button-subdued-dark-border, $button-subdued-dark-active-bg, $button-subdued-dark-active-border, $button-subdued-dark-text); - @include button-clear($button-subdued-dark-bg); - @include button-outline($button-subdued-dark-bg); -} - -.button-dark { - @include button-style($button-dark-bg, $button-dark-border, $button-dark-active-bg, $button-dark-active-border, $button-dark-text); - @include button-clear($button-dark-bg); - @include button-outline($button-dark-bg); -} - .padding > .button.block:first-child { margin-top: 0; } diff --git a/test/headers.html b/test/headers.html index b5d4b37189..d9f06ddf32 100644 --- a/test/headers.html +++ b/test/headers.html @@ -43,7 +43,7 @@ Home
- Success + Success Warning Danger