Files
awx/awx/ui/client/lib/components/toggle/_index.less
kialam 63f3a38ceb Add more functionality to Toggle Tag Component
- 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
2018-06-06 11:17:08 -04:00

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;
}