Create intial config setup modal
remove the registry title
This commit is contained in:
parent
e250f4ebe6
commit
690b7674e7
9 changed files with 121 additions and 18 deletions
24
config_app/static/css/config-setup-app-component.css
Normal file
24
config_app/static/css/config-setup-app-component.css
Normal file
|
@ -0,0 +1,24 @@
|
|||
.config-setup-wrapper {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.config-setup_option {
|
||||
font-size: x-large;
|
||||
height: 250px;
|
||||
display: flex;
|
||||
flex: 1;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
padding: 15px;
|
||||
margin: 15px;
|
||||
}
|
||||
|
||||
.config-setup_option i {
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.config-setup_option:hover {
|
||||
background-color: #dddddd;
|
||||
text-decoration: none;
|
||||
}
|
Reference in a new issue