Field setup wizard for new list - addresses 1st line of #510

Bugfixes to address #511
This commit is contained in:
Tomas Bures 2018-12-31 09:45:59 +00:00
parent de55870561
commit b26f5008da
10 changed files with 144 additions and 59 deletions

View file

@ -1,3 +1,5 @@
@import "../../static/scss/variables";
.form { // This is here to give the styles below higher priority than Bootstrap has
:global .DayPicker {
border-left: 1px solid lightgray;
@ -148,7 +150,8 @@
}
.iconDisabled {
color: #bf3e11;
color: $link-color;
text-decoration: $link-decoration;
}
.dependenciesList {