feat: added the advanced settings icon (not functional yet)

feat: added the 'Add new trigger' link  (not functional yet)

feat: added the triggers editable table  (not functional yet)
This commit is contained in:
Liordino Neto 2020-03-30 22:07:25 -03:00 committed by Josh Harvey
parent 79c26b1c50
commit f698c7bd24
4 changed files with 93 additions and 4 deletions

View file

@ -1,10 +1,11 @@
import baseStyles from 'src/pages/Logs.styles'
const { titleWrapper, titleAndButtonsContainer } = baseStyles
const { titleWrapper, titleAndButtonsContainer, buttonsWrapper } = baseStyles
const mainStyles = {
titleWrapper,
titleAndButtonsContainer
titleAndButtonsContainer,
buttonsWrapper
}
export { mainStyles }