PLT-4257 Add pop-up asking if user wants to reset status (#6526)

* Add pop-up asking if user wants to reset status

* Update test snapshot

* Update prop name for old uses of confirm modal

* Updating checkbox (#6586)

* Updating style for checkbox (#6596)
Этот коммит содержится в:
Joram Wilander
2017-06-06 17:24:08 -04:00
коммит произвёл GitHub
родитель 02f09b8af9
Коммит 6e7b912ec6
20 изменённых файлов: 419 добавлений и 50 удалений

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

@@ -1,5 +1,12 @@
@charset 'UTF-8';
.radio,
.checkbox {
&.margin-bottom--none {
margin-bottom: 0;
}
}
.form-horizontal {
.modal-intro {
margin: -10px 0 30px;