8 lines
577 B
CSS
8 lines
577 B
CSS
.ops-actions {margin: auto; margin-left: 10px; cursor: pointer;}
|
|
#lang {flex-direction: row;}
|
|
#opsForm .form-row:last-child {width: 50%;}
|
|
.ops-header .form-label {font-weight: 700!important;}
|
|
.osOpsList>a {display: block; padding: 2px 10px 2px 5px; overflow: hidden; line-height: 20px; text-overflow: unset; white-space: nowrap; border-radius: 4px; color: #313c52; margin-top: 5px;}
|
|
.osOpsList>a.active {color: #2e7fff; background-color: #e6f0ff;}
|
|
.osOpsList>a.active:hover, .osOpsList>a:hover {color: #fff; background-color: #2e7fff;}
|
|
.ops-ml-0 {margin-left: 0!important;} |