diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
| commit | 002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch) | |
| tree | 428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/themes/amazon/elements/button.overrides | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
Diffstat (limited to 'semantic/src/themes/amazon/elements/button.overrides')
| -rw-r--r-- | semantic/src/themes/amazon/elements/button.overrides | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/semantic/src/themes/amazon/elements/button.overrides b/semantic/src/themes/amazon/elements/button.overrides deleted file mode 100644 index 9efc5e4..0000000 --- a/semantic/src/themes/amazon/elements/button.overrides +++ /dev/null @@ -1,46 +0,0 @@ -.ui.button { - background-image: linear-gradient(center top , #F7F8FA, #E7E9EC) repeat scroll 0 0 rgba(0, 0, 0, 0); -} - -.ui.primary.button { - color: #111111; - border: 1px solid; - border-color: #C59F43 #AA8326 #957321; -} -.ui.primary.button:hover { - border-color: #C59F43 #AA8326 #957321; - color: #111111; -} - -.ui.secondary.button { - border: 1px solid; - border-color: #3D444C #2F353B #2C3137; -} -.ui.secondary.button:hover { - border-color: #32373E #24282D #212429; -} - - -.ui.labeled.icon.buttons .button > .icon, -.ui.labeled.icon.button > .icon { - padding-bottom: 0.48em; - padding-top: 0.48em; - position: absolute; - text-align: center; - width: 2em; - height: 2em; - top: 0.35em; - left: 0.4em; - border-radius: 3px; -} -.ui.right.labeled.icon.buttons .button > .icon, -.ui.right.labeled.icon.button > .icon { - left: auto; - right: 0.4em; - border-radius: 3px; -} - -.ui.basic.labeled.icon.buttons .button > .icon, -.ui.basic.labeled.icon.button > .icon { - padding-top: 0.4em !important; -}
\ No newline at end of file |