Home screen and PanelButtons
This commit is contained in:
22
website/src/ui/PanelButton.style.js
Normal file
22
website/src/ui/PanelButton.style.js
Normal file
@@ -0,0 +1,22 @@
|
||||
import { colorInfo } from './style'
|
||||
|
||||
export default {
|
||||
button: {
|
||||
borderWidth: 2,
|
||||
borderRadius: '10px',
|
||||
padding: '0 0 0 0',
|
||||
background: colorInfo.panelButtonBackground,
|
||||
verticalAlign: 'middle',
|
||||
outline: 'none',
|
||||
':hover': {
|
||||
background: colorInfo.panelButtonBackgroundHover,
|
||||
},
|
||||
':disabled': {
|
||||
background: colorInfo.disabledPanelButtonBackground,
|
||||
},
|
||||
':active': {
|
||||
borderWidth: 0,
|
||||
background: colorInfo.panelButtonBackgroundActive,
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user