mirror of
https://github.com/Eugeny/tabby.git
synced 2025-07-20 02:18:01 +00:00
.
This commit is contained in:
@@ -1,23 +0,0 @@
|
||||
app > toaster-container > #toast-container {
|
||||
width: 100% !important;
|
||||
left: 0 !important;
|
||||
right: 0 !important;
|
||||
top: 50px !important;
|
||||
|
||||
.toast {
|
||||
box-shadow: none !important;
|
||||
text-shadow: none !important;
|
||||
opacity: 1 !important;
|
||||
border-radius: 0 !important;
|
||||
width: 100% !important;
|
||||
padding: 10px !important;
|
||||
|
||||
.toaster-icon {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.toast-title {
|
||||
font-weight: normal !important;
|
||||
}
|
||||
}
|
||||
}
|
@@ -12,6 +12,7 @@ let plugins = [
|
||||
(<any>global).require(projectRoot + 'terminus-terminal').default,
|
||||
(<any>global).require(projectRoot + 'terminus-clickable-links').default,
|
||||
(<any>global).require(projectRoot + 'terminus-community-color-schemes').default,
|
||||
(<any>global).require(projectRoot + 'terminus-theme-hype').default,
|
||||
]
|
||||
|
||||
const core = (<any>global).require(projectRoot + 'terminus-core')
|
||||
|
@@ -1,3 +1,2 @@
|
||||
import 'source-sans-pro'
|
||||
import 'font-awesome/css/font-awesome.css'
|
||||
import '../assets/toaster-custom.scss'
|
||||
|
Reference in New Issue
Block a user