@adobe/generator-aio-app
Version:
Adobe I/O application yeoman code generator
83 lines (68 loc) • 1.54 kB
CSS
/*<% if (false) { %>
Copyright 2019 Adobe. All rights reserved.
This file is licensed to you under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License. You may obtain a copy
of the License at http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under
the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR REPRESENTATIONS
OF ANY KIND, either express or implied. See the License for the specific language
governing permissions and limitations under the License.
<% } %>
* <license header>
*/
html, body {
margin: 0;
}
.provider {
height: 100vh;
}
.main {
display: flex;
flex-direction: column;
}
.main-title {
margin: 15px auto 20px auto;
}
<% if (hasBackend) { %>
.main-actions {
margin: auto auto 20px auto;
flex-direction: column;
align-items: center;
}
.actions-title {
margin: auto auto 10px auto;
}
.actions-form {
width: 200px;
margin-bottom: 5px;
}
.actions-invoke {
margin-top: 10px ;
flex-direction: column;
}
.actions-invoke-button {
width: 75px;
margin: auto;
}
.actions-invoke-progress {
margin: 10px auto;
}
.actions-invoke-success {
color: rgb(57, 185, 144);
margin: 10px auto;
}
.actions-invoke-error {
color: rgb(247, 109, 116);
margin: 10px auto;
}
<% } %>
.main-doc {
margin: auto auto 20px auto;
flex-direction: column;
}
.doc-item {
margin: auto auto 3px auto;
}
.doc-title {
margin: auto auto 10px auto;
}