Skip to content
Snippets Groups Projects
Commit b643214e authored by Erik Langhaug's avatar Erik Langhaug
Browse files

JI-2176 Remove extra semicolons

parent c5549033
No related branches found
No related tags found
No related merge requests found
...@@ -35,8 +35,8 @@ $h5p-tutorial-icon-diameter: 2.5rem; ...@@ -35,8 +35,8 @@ $h5p-tutorial-icon-diameter: 2.5rem;
font-family: $icon-font-family; font-family: $icon-font-family;
font-size: 1.625em; font-size: 1.625em;
border-radius: 50%; border-radius: 50%;
width: $h5p-tutorial-icon-diameter;; width: $h5p-tutorial-icon-diameter;
height: $h5p-tutorial-icon-diameter;; height: $h5p-tutorial-icon-diameter;
position: absolute; position: absolute;
display: flex; display: flex;
justify-content: center; justify-content: center;
......
...@@ -153,7 +153,7 @@ a { ...@@ -153,7 +153,7 @@ a {
padding: 10px 30px 10px 8px; padding: 10px 30px 10px 8px;
font-family: $font-family; font-family: $font-family;
font-size: 16px; font-size: 16px;
border: 1px solid $form-border-color;; border: 1px solid $form-border-color;
background: $form-input-color inline-image('down.png') no-repeat; background: $form-input-color inline-image('down.png') no-repeat;
background-position: calc(100% - 10px); background-position: calc(100% - 10px);
@include box-shadow($form-input-box-shadow); @include box-shadow($form-input-box-shadow);
...@@ -394,7 +394,7 @@ a { ...@@ -394,7 +394,7 @@ a {
border: 1px solid #bbb; border: 1px solid #bbb;
.h5p-file-drop-upload-inner { .h5p-file-drop-upload-inner {
border: 2px dashed #bbb;; border: 2px dashed #bbb;
background-color: white; background-color: white;
position: absolute; position: absolute;
top: 3px; top: 3px;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment