Reindent scss files to use 4 spaces instead of 2.

This commit is contained in:
Arpad Csanyi
2016-06-12 17:11:19 +02:00
parent bc73036b71
commit ad29d8be7b
3 changed files with 343 additions and 343 deletions

View File

@@ -1,93 +1,93 @@
.main-wrapper {
width: 500px;
width: 500px;
}
h1 {
margin-bottom: 3rem;
margin-bottom: 3rem;
}
.action--item {
padding-left: 8px;
padding-left: 8px;
}
.action--item.active,
.action--item.active:hover {
background-color: white;
font-weight: bold;
color: black;
border-color: black;
z-index: 10;
background-color: white;
font-weight: bold;
color: black;
border-color: black;
z-index: 10;
}
.macro-settings {
border: 1px solid black;
border-top-color: #999;
z-index: 100;
border: 1px solid black;
border-top-color: #999;
z-index: 100;
}
.macro-settings .helper {
position: absolute;
display: block;
height: 13px;
background: #FFF;
width: 100%;
left: 0;
top: -14px;
position: absolute;
display: block;
height: 13px;
background: #FFF;
width: 100%;
left: 0;
top: -14px;
}
.action--item.active.callout,
.macro-settings.callout {
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.5);
}
.list-group-item .move-handle:hover {
cursor: move;
cursor: move;
}
.action--edit {
float: right;
float: right;
}
.action--edit:hover {
color: #337ab7;
cursor: pointer;
color: #337ab7;
cursor: pointer;
}
.action--trash {
float: right;
margin-right: 1rem;
float: right;
margin-right: 1rem;
}
.action--trash:hover {
color: #d9534f;
cursor: pointer;
color: #d9534f;
cursor: pointer;
}
.action--edit__form {
background-color: whtie;
margin-left: -.5rem;
margin-right: -15px;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #ddd;
background-color: whtie;
margin-left: -.5rem;
margin-right: -15px;
margin-top: 15px;
padding-top: 15px;
border-top: 1px solid #ddd;
}
.flex-button-wrapper {
display: flex;
flex-direction: row-reverse;
display: flex;
flex-direction: row-reverse;
}
.flex-button {
align-self: flex-end;
align-self: flex-end;
}
.add-new__action-item:hover {
cursor: pointer;
cursor: pointer;
}
.add-new__action-item--link,
.add-new__action-item--link:active,
.add-new__action-item--link:hover {
text-decoration: none;
color: #337ab7;
text-decoration: none;
color: #337ab7;
}