/* You can add global styles to this file, and also import other style files */ $primary: #183650; $secondary: #e77620; $accent: #e1e4e6; $error: #b53333; $success: #0b7023; $info: #fff; $warning: #e07612; label { color: $primary; font-weight: bold; } input { font-size: 1em; padding: .3rem; margin: .5rem; } button { padding: 5px; text-decoration: none; margin: 2px; display: inline-block; background-color: $secondary; color: white; border-radius: 4px; } button:hover { background-color: $primary; } button:disabled { background-color: #eee; color: #ccc; cursor: auto; } .entities { margin: 0 0 2em 0; list-style-type: none; padding: 0; width: 15em; } .entities li { position: relative; cursor: pointer; } .entities li:hover { left: .1em; } .entities a, td a { padding: 5px; text-decoration: none; margin: 2px; display: inline-block; background-color: $secondary; color: white; border-radius: 4px; } .entities a:hover { background-color: $primary; } .entities a:active { background-color: #525252; color: #fafafa; } .spaced{ padding : 0 25px; } .list { } input{ margin: 0; }