Files
faas/gateway/assets/style/bootstrap.css
Ken Fukuyama aba3a8ca2d * Added function store feature to the "Deploy New Function"
* This feature fetches function catalogs from openfaas/store and makes
  one-click deploy easy
  * You can switch between "From Store" or "Manually" by tabs

* Added icon to "Deploy New Function" button
* Added function search feature to the main UI

Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>

reverted fixed tabs

Signed-off-by: Ken Fukuyama <kenfdev@gmail.com>
2017-11-30 09:55:52 +01:00

70 lines
1.0 KiB
CSS

/*Taken from PWD, remove styles not used.*/
.selected button {
background-color: rgba(158,158,158,0.2);
}
md-card-content.terminal-container {
background-color: #000;
padding: 0;
}
.clock {
font-family: 'Rationale', sans-serif;
font-size: 3.0em;
color: #1da4eb;
text-align: center;
}
.welcome {
background-color: #e7e7e7;
}
.welcome > div {
text-align: center;
}
.welcome > div > img {
max-width: 100%;
}
.g-recaptcha div {
margin-left: auto;
margin-right: auto;
margin-bottom: auto;
margin-top: 50px;
}
.disconnected {
background-color: #FDF4B6;
}
md-input-container {
margin-bottom: 0;
}
md-input-container .md-errors-spacer {
height: 0;
min-height: 0;
}
.monospace {
font-family: 'Roboto Mono', monospace;
}
.validation-error {
color: red;
height: 52px;
}
.primary-item .md-list-item-inner{
color: rgb(63,81,181);
font-weight: 500;
}
span.md-avatar {
font-weight: bold;
line-height: 40px;
text-align: center;
background-color: #1398D6;
color: white;
}