Redesign 1 bcrypt #226
2 changed files with 7 additions and 7 deletions
|
@ -437,16 +437,16 @@ table {
|
||||||
|
|
||||||
.nav-bar-link {
|
.nav-bar-link {
|
||||||
font-weight: normal;
|
font-weight: normal;
|
||||||
color: #9b9b9b;
|
color: black;
|
||||||
border-bottom: 2px solid white;
|
border-bottom: 2px solid white;
|
||||||
}
|
}
|
||||||
.nav-bar-link:hover {
|
.nav-bar-link:hover {
|
||||||
color: black;
|
color: dodgerblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-bar-link--active {
|
.nav-bar-link--active {
|
||||||
color: black;
|
color: dodgerblue;
|
||||||
border-bottom: 2px solid black;
|
border-bottom: 2px solid dodgerblue;
|
||||||
}
|
}
|
||||||
|
|
||||||
.nav-bar-link-icon {
|
.nav-bar-link-icon {
|
||||||
|
@ -457,12 +457,12 @@ table {
|
||||||
/* PUBLISH FORM */
|
/* PUBLISH FORM */
|
||||||
|
|
||||||
.dropzone {
|
.dropzone {
|
||||||
border: 2px dashed dodgerblue;
|
border: 2px dashed #9b9b9b;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.dropzone:hover, .dropzone--drag-over {
|
.dropzone:hover, .dropzone--drag-over {
|
||||||
border: 2px dashed #9b9b9b;
|
border: 2px dashed dodgerblue;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
<div class="column column--3 column--sml-10 align-content-top">
|
<div class="column column--3 column--sml-10 align-content-top">
|
||||||
<label for="publish-license" class="label">Description:</label>
|
<label for="publish-license" class="label">Description:</label>
|
||||||
</div><div class="column column--7 column--sml-10">
|
</div><div class="column column--7 column--sml-10">
|
||||||
<textarea rows="2" id="publish-description" class="textarea textarea--primary textarea--full-width" placeholder="Optional description"></textarea>
|
<textarea rows="1" id="publish-description" class="textarea textarea--primary textarea--full-width" placeholder="Optional description"></textarea>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue