Commit 86826cf7 authored by Jose's avatar Jose

Remove the btn-xs class from the stylesheets

parent f2f540e1
......@@ -62,7 +62,7 @@ export default {
v-if="mr.removeWIPPath"
:disabled="isMakingRequest"
type="button"
class="btn btn-default btn-xs js-remove-wip"
class="btn btn-default btn-sm js-remove-wip"
@click="removeWIP">
<i
v-if="isMakingRequest"
......
......@@ -121,10 +121,6 @@
&.btn-sm {
margin-left: $btn-sm-side-margin;
}
&.btn-xs {
margin-left: $btn-xs-side-margin;
}
}
@mixin btn-svg {
......@@ -150,10 +146,6 @@
line-height: 18px;
}
&.btn-xs {
padding: 2px 5px;
}
&.btn-success,
&.btn-new,
&.btn-create,
......
......@@ -224,7 +224,7 @@
flex-flow: row wrap;
.nav-controls {
$controls-margin: $btn-xs-side-margin - 2px;
$controls-margin: $btn-margin-5 - 2px;
flex: 0 0 100%;
&.controls-flex {
......
......@@ -279,7 +279,7 @@ $active-item-blue: $blue-500;
$layout-link-gray: #7e7c7c;
$btn-side-margin: 10px;
$btn-sm-side-margin: 7px;
$btn-xs-side-margin: 5px;
$btn-margin-5: 5px;
$issue-status-expired: $orange-500;
$issuable-sidebar-color: $gl-text-color-secondary;
$sidebar-block-hover-color: #ebebeb;
......
......@@ -474,7 +474,7 @@ table.pipeline-project-metrics tr td {
margin-left: 5px;
> .btn {
margin-right: $btn-xs-side-margin;
margin-right: $btn-margin-5;
}
}
}
......
......@@ -129,7 +129,7 @@
.icon svg {
position: relative;
top: 2px;
margin-right: $btn-xs-side-margin;
margin-right: $btn-margin-5;
width: $gl-font-size;
height: $gl-font-size;
fill: $orange-600;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment