mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-01 05:31:49 -05:00
- Remove existing `switch` logic in favor of Toggle Tag Component, now with comments! - Slight adjustment to icons to center vertically; account for non-standard credential `kind` attributes so icons display as they should. - Style the `View More/Less` button accordingly - Update Toggle Tag directive template to include icons
11 lines
197 B
Plaintext
11 lines
197 B
Plaintext
.ToggleComponent-container {
|
|
display: flex;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
.ToggleComponent-button {
|
|
border: none;
|
|
background: transparent;
|
|
color: @at-blue;
|
|
font-size: @at-font-size;
|
|
} |