This repository has been archived on 2020-03-24. You can view files and clone it, but cannot push or open issues or pull requests.
quay/config_app/static/css/config-setup-app-component.css
Sam Chow eea5fe3391 Add cycling deployments and updating config
Add kube config with refactor to kube accessor

Add tests for k8s accessor, some styling changes
2018-08-15 14:17:12 -04:00

57 lines
1.2 KiB
CSS

.config-setup-wrapper {
display: flex;
}
.config-setup_option {
font-size: 22px;
height: 250px;
display: flex;
flex: 1;
flex-direction: column;
align-items: center;
padding: 15px;
margin: 15px;
justify-content: space-evenly;
}
.config-setup_option i {
padding-bottom: 10px;
}
.config-setup_option div {
text-align: center;
min-height: 100px;
}
.config-setup_option:hover {
background-color: #dddddd;
text-decoration: none;
}
/* Overrides for fixing old quay styles*/
/* Fixes the transition to font awesome 5 */
.quay-config-app .co-alert.co-alert-warning::before {
font-family: Font Awesome\ 5 Free;
font-weight: 900;
}
.quay-config-app .co-alert.co-alert-info::before {
font-family: Font Awesome\ 5 Free;
font-weight: 900;
}
.quay-config-app .co-alert.co-alert-danger::after {
font-family: Font Awesome\ 5 Free;
font-weight: 900;
/* Font Awesome 5's icons are slightly bigger, so we have to adjust this one because it is inside another icon */
font-size: 12px;
top: 18px;
left: 20.75px;
}
.quay-config-app .co-modify-link::after {
font-family: Font Awesome\ 5 Free;
font-weight: 900;
}