X-Git-Url: https://juplo.de/gitweb/?p=examples%2Fangular-tour-of-heroes;a=blobdiff_plain;f=src%2Fapp%2Fhero-detail%2Fhero-detail.component.css;fp=src%2Fapp%2Fhero-detail%2Fhero-detail.component.css;h=835a13de5b09d692ef365b88d3b48c053a3ab3c9;hp=e69de29bb2d1d6434b8b29ae775ad8c2e48c5391;hb=f9d9f8e0a51904e667e23aab273b82c992ad300e;hpb=efb43dffc4e430abcd8e4a2191e23ecb8bf7c684 diff --git a/src/app/hero-detail/hero-detail.component.css b/src/app/hero-detail/hero-detail.component.css index e69de29..835a13d 100644 --- a/src/app/hero-detail/hero-detail.component.css +++ b/src/app/hero-detail/hero-detail.component.css @@ -0,0 +1,30 @@ +/* HeroDetailComponent's private CSS styles */ +label { + display: inline-block; + width: 3em; + margin: .5em 0; + color: #607D8B; + font-weight: bold; +} +input { + height: 2em; + font-size: 1em; + padding-left: .4em; +} +button { + margin-top: 20px; + font-family: Arial; + background-color: #eee; + border: none; + padding: 5px 10px; + border-radius: 4px; + cursor: pointer; +} +button:hover { + background-color: #cfd8dc; +} +button:disabled { + background-color: #eee; + color: #ccc; + cursor: auto; +}