Updating asss lint stuff with other scss improvements

Этот коммит содержится в:
Asaad Mahmood
2016-03-16 20:31:21 +05:00
родитель 809779a87f
Коммит f600b1dc2b
57 изменённых файлов: 1755 добавлений и 1351 удалений

Просмотреть файл

@@ -1,11 +1,11 @@
@charset 'UTF-8';
.webhooks__container {
background: rgba(black, .1);
border: 1px solid;
@include border-radius(3px);
padding: 0 13px 15px;
@include alpha-property(background, $black, .1);
border: 1px solid;
margin-top: 10px;
padding: 0 13px 15px;
}
.webhook__item {
@@ -19,16 +19,16 @@
}
.webhook__remove {
position: absolute;
right: -7px;
top: 8px;
width: 30px;
height: 30px;
color: #e05f5d;
font-size: 22px;
font-weight: bold;
height: 30px;
position: absolute;
right: -7px;
text-align: center;
text-decoration: none;
color: #e05f5d;
top: 8px;
width: 30px;
}
.webhook__url {