Skip to content

Commit

Permalink
Adding the sortable component, part 2 (styles)
Browse files Browse the repository at this point in the history
  • Loading branch information
ImsirovicAjdin committed Sep 2, 2019
1 parent 3a77f26 commit 6303548
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions src/styles.scss
@@ -1,3 +1,15 @@
/* Add application styles & imports to this file! */

@import url(https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css);

.sortable-item {
padding: 6px 12px;
margin-bottom: 4px;
font-size: 14px;
line-height: 1.4em;
text-align: center;
cursor: grab;
border: 1px solid transparent;
border-radius: 4px;
border-color: #adadad;
}

0 comments on commit 6303548

Please sign in to comment.