mirror of
https://github.com/Dvorinka/swingmusic-extended.git
synced 2026-06-05 04:53:01 +00:00
remove playlist description from playlist model
This commit is contained in:
@@ -9,9 +9,7 @@
|
||||
id="modal-playlist-name-input"
|
||||
/>
|
||||
<br />
|
||||
<div class="submit">
|
||||
<input type="submit" class="rounded" value="Create" />
|
||||
</div>
|
||||
<button type="submit">Create</button>
|
||||
</form>
|
||||
</template>
|
||||
|
||||
@@ -94,19 +92,24 @@ function create(e: Event) {
|
||||
justify-content: flex-end;
|
||||
}
|
||||
|
||||
input[type="submit"] {
|
||||
margin: $small 0;
|
||||
background-color: rgba(40, 132, 252, 0.884) !important;
|
||||
color: $white;
|
||||
padding: $small 1rem;
|
||||
font-size: 1rem;
|
||||
border: solid 2px transparent !important;
|
||||
outline: none;
|
||||
cursor: pointer;
|
||||
|
||||
&:focus {
|
||||
border: 2px solid $gray1 !important;
|
||||
}
|
||||
button {
|
||||
margin: 0 auto;
|
||||
width: 6rem;
|
||||
}
|
||||
|
||||
// input[type="submit"] {
|
||||
// margin: $small 0;
|
||||
// background-color: rgba(40, 132, 252, 0.884) !important;
|
||||
// color: $white;
|
||||
// padding: $small 1rem;
|
||||
// font-size: 1rem;
|
||||
// border: solid 2px transparent !important;
|
||||
// outline: none;
|
||||
// cursor: pointer;
|
||||
|
||||
// &:focus {
|
||||
// border: 2px solid $gray1 !important;
|
||||
// }
|
||||
// }
|
||||
}
|
||||
</style>
|
||||
|
||||
Reference in New Issue
Block a user