Skip to content
Snippets Groups Projects
Commit 3d124462 authored by Greg Fodor's avatar Greg Fodor
Browse files

Switch to snake-casing for CSS classes

parent 07069eec
No related branches found
No related tags found
No related merge requests found
@import 'shared';
:local(.addMediaForm) {
:local(.add-media-form) {
display: flex;
flex-direction: column;
align-items: center;
......@@ -8,7 +8,7 @@
margin: 0;
}
:local(.actionButton) {
:local(.action-button) {
@extend %bottom-action-button;
margin-left: 6px;
margin-right: 6px;
......@@ -25,27 +25,27 @@
align-items: center;
}
:local(.smallButton) {
:local(.small-button) {
margin-left: 0.25em;
font-size: 2em;
align-self: center;
}
:local(.cancelIcon) {
:local(.cancel-icon) {
color: white;
&:hover {
color: #FF3D7F
}
}
:local(.uploadIcon) {
:local(.upload-icon) {
color: white;
&:hover {
color: #2F80ED;
}
}
:local(.inputBorder) {
:local(.input-border) {
display: flex;
border: 0.25em solid white;
border-radius: 1em;
......@@ -56,7 +56,7 @@
@extend %default-font;
}
:local(.leftSideOfInput) {
:local(.left-side-of-input) {
flex-grow: 1;
border: none;
white-space: nowrap;
......@@ -68,7 +68,7 @@
text-overflow: ellipsis;
}
:local(.hideFileInput) {
:local(.hide-file-input) {
visibility: hidden;
position: absolute;
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment