X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=src%2Fassets%2Fscss%2Fapp.scss;h=38318a74c4bc8feb4ce8db25138fef13fb8f7219;hb=1f07bd03d6016fb2c48336f0b3322ea91bc7437f;hp=457d94016af5e41fbca37167dbf88b6b4494674d;hpb=208bef2cea31da5427861ac81817790e98851fe2;p=osm%2FNG-UI.git diff --git a/src/assets/scss/app.scss b/src/assets/scss/app.scss index 457d940..38318a7 100644 --- a/src/assets/scss/app.scss +++ b/src/assets/scss/app.scss @@ -71,6 +71,10 @@ body { &:focus { text-decoration: none; } + &:not([href]), + &:not([href]):hover { + color: inherit; + } } .badge { @include line-height(normal); @@ -168,6 +172,9 @@ body { .close { opacity: 1 !important; } + .closeVersion { + text-shadow: none; + } .roles-section { .card { .bg-secondary { @@ -189,9 +196,12 @@ body { @include wh-value(null, calc(2rem + 8px) !important); @include padding-value(0, 10, 0, 10); } - .CodeMirror { + .edit-packages .CodeMirror { min-height: 400px !important; } + .new-vim .CodeMirror { + @include border(all, 1, solid, #eee !important); + } .table-layout-fixed { table-layout: fixed; word-wrap: break-word; @@ -694,4 +704,11 @@ body { overflow-x: auto; white-space: nowrap; } -} \ No newline at end of file +} + +.text-captilize { + text-transform: capitalize; +} +.text-info{ + color: $secondary !important; +}