Deploy docs css

This commit is contained in:
Jeremy Thomas 2019-04-03 11:29:12 +01:00
parent df6592edec
commit 1aa1527fb8
2 changed files with 3 additions and 1 deletions

View File

@ -3020,6 +3020,7 @@ fieldset[disabled] .button {
.textarea {
background-color: white;
border-color: #dbdbdb;
border-radius: 4px;
color: #363636;
box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
max-width: 100%;
@ -3358,6 +3359,7 @@ fieldset[disabled]
.select select {
background-color: white;
border-color: #dbdbdb;
border-radius: 4px;
color: #363636;
cursor: pointer;
display: block;

File diff suppressed because one or more lines are too long