Maybe this is the correct order for CSS properties

This commit is contained in:
Eric Rosenbaum 2018-12-06 09:43:30 -05:00
parent 8c6013b243
commit c371a3757f

View file

@ -116,9 +116,9 @@
}
.video-player {
border: .25rem solid $ui-white-15percent;
border-radius: .75rem;
height: 180px;
border: 0.25rem solid $ui-white-15percent;
border-radius: 0.75rem;
overflow: hidden;
}
}