X-Git-Url: https://git.njae.me.uk/?a=blobdiff_plain;f=assets%2Fmain%2Fsass%2Fcomponents%2F_actions.scss;fp=assets%2Fmain%2Fsass%2Fcomponents%2F_actions.scss;h=682cc16dabc4f2a94ae7eb8416be8e158d79a041;hb=283508bd265ef3430abc21e0599313c250e57942;hp=bd8f808c3a2e0ae2aae8bb4adf8dc16ba7fd5d5c;hpb=8af2079e4b096e77ba2f922d6a18224ce01cb7bd;p=editorial.git diff --git a/assets/main/sass/components/_actions.scss b/assets/main/sass/components/_actions.scss index bd8f808..682cc16 100644 --- a/assets/main/sass/components/_actions.scss +++ b/assets/main/sass/components/_actions.scss @@ -1,5 +1,5 @@ /// -/// Massively by HTML5 UP +/// Editorial by HTML5 UP /// html5up.net | @ajlkn /// Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) /// @@ -60,42 +60,4 @@ width: 100%; } } - - @include breakpoint('<=xsmall') { - &:not(.fixed) { - @include vendor('flex-direction', 'column'); - margin-left: 0; - width: 100% !important; - - li { - @include vendor('flex-grow', '1'); - @include vendor('flex-shrink', '1'); - padding: (_size(element-margin) * 0.5) 0 0 0; - text-align: center; - width: 100%; - - > * { - width: 100%; - } - - &:first-child { - padding-top: 0; - } - - input[type="submit"], - input[type="reset"], - input[type="button"], - button, - .button { - width: 100%; - - &.icon { - &:before { - margin-left: -0.5rem; - } - } - } - } - } - } } \ No newline at end of file