🎉 Added a tag to mark read only mode

This commit is contained in:
Pablo Alba 2023-01-11 12:04:25 +01:00
parent 987b7f44f4
commit 2ab3ed9ab4
4 changed files with 34 additions and 12 deletions

View file

@ -119,6 +119,17 @@
}
}
}
& .view-only-mode {
color: $color-primary;
border: 1px solid $color-primary;
border-radius: 3px;
font-size: 10px;
text-transform: uppercase;
padding: 0px 4px;
display: flex;
align-items: center;
}
}
& .focus-title {