github.com/argoproj/argo-cd/v2@v2.10.9/ui/src/app/settings/components/repos-list/repos-list.scss (about) 1 @import 'node_modules/argo-ui/src/styles/config'; 2 3 .repos-list { 4 &__top-panel { 5 padding: 1em; 6 7 & > .columns:first-child { 8 font-size: 8em; 9 text-align: center; 10 } 11 12 & > .columns:last-child { 13 text-align: center; 14 border-left: 2px solid $argo-color-gray-4; 15 16 & > p { 17 margin-bottom: 0; 18 margin-top: 24px; 19 &:first-of-type { 20 font-size: 1.25em; 21 } 22 } 23 24 & > button { 25 width: 15em; 26 } 27 } 28 } 29 30 .argo-table-list { 31 .item-clickable { 32 cursor: pointer; 33 34 &:hover { 35 box-shadow: 1px 2px 3px rgba($argo-color-gray-9, 0.1), 0 0 0 1px rgba($argo-color-teal-5, 0.5); 36 } 37 } 38 .argo-dropdown { 39 float: right; 40 } 41 } 42 43 textarea.argo-field { 44 height: 20em; 45 width: 1024em; 46 white-space: pre; 47 overflow-wrap: normal; 48 overflow-x: scroll; 49 } 50 }