Updated icons
This commit is contained in:
parent
c4cd5cb3b8
commit
ff3558b092
Binary file not shown.
BIN
public/fonts/icons/MaterialIcons-Regular.ttf
Executable file → Normal file
BIN
public/fonts/icons/MaterialIcons-Regular.ttf
Executable file → Normal file
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -11,6 +11,7 @@ import '@/styles/css/normalize.css'
|
|||||||
import '@/styles/css/base.css'
|
import '@/styles/css/base.css'
|
||||||
import '@/styles/css/components.css'
|
import '@/styles/css/components.css'
|
||||||
import '@/styles/css/helpers.css'
|
import '@/styles/css/helpers.css'
|
||||||
|
import '@/styles/css/icons.css'
|
||||||
import '@/styles/css/typography.css'
|
import '@/styles/css/typography.css'
|
||||||
|
|
||||||
import '@/styles/scss/tables.scss'
|
import '@/styles/scss/tables.scss'
|
||||||
@ -96,7 +97,7 @@ async function startApp() {
|
|||||||
const updates = await fetchData('checkForUpdates')
|
const updates = await fetchData('checkForUpdates')
|
||||||
store.dispatch('setUpdateInfo', updates).catch(console.error)
|
store.dispatch('setUpdateInfo', updates).catch(console.error)
|
||||||
if (updates.updateAvailable) {
|
if (updates.updateAvailable) {
|
||||||
toast(i18n.t('toasts.updateAvailable'), 'chevron-triple-up', true, 'updates-toast')
|
toast(i18n.t('toasts.updateAvailable'), 'browser_updated', false, 'updates-toast')
|
||||||
} else {
|
} else {
|
||||||
toast(i18n.t('toasts.noUpdateAvailable'), 'done', true, 'updates-toast')
|
toast(i18n.t('toasts.noUpdateAvailable'), 'done', true, 'updates-toast')
|
||||||
}
|
}
|
||||||
|
25
src/styles/css/icons.css
Normal file
25
src/styles/css/icons.css
Normal file
@ -0,0 +1,25 @@
|
|||||||
|
.material-icons.title-icon {
|
||||||
|
margin-right: 0.3125em;
|
||||||
|
margin-left: -3px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.material-icons.title-icon.title-icon--right {
|
||||||
|
margin-right: 0px;
|
||||||
|
margin-left: 0.3125em;
|
||||||
|
}
|
||||||
|
|
||||||
|
.material-icons.title-icon.title-icon--explicit {
|
||||||
|
color: hsl(240, 5%, 59%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.material-icons.title-icon.title-icon--new {
|
||||||
|
color: hsl(27, 100%, 50%);
|
||||||
|
}
|
||||||
|
|
||||||
|
.material-icons.disabled {
|
||||||
|
@apply opacity-50 cursor-default;
|
||||||
|
}
|
||||||
|
|
||||||
|
.material-icons.mirrored {
|
||||||
|
transform: scaleX(-1);
|
||||||
|
}
|
@ -1,5 +1,5 @@
|
|||||||
.toast-icon {
|
.toast-icon {
|
||||||
@apply inline-block mr-2;
|
@apply flex items-center mr-2;
|
||||||
}
|
}
|
||||||
|
|
||||||
.circle-loader {
|
.circle-loader {
|
||||||
@ -17,6 +17,10 @@
|
|||||||
color: var(--toast-text);
|
color: var(--toast-text);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.toastify toast {
|
||||||
|
@apply flex items-center;
|
||||||
|
}
|
||||||
|
|
||||||
.toastify .circle-loader {
|
.toastify .circle-loader {
|
||||||
border-bottom-color: var(--toast-secondary);
|
border-bottom-color: var(--toast-secondary);
|
||||||
}
|
}
|
||||||
|
31
src/styles/vendor/material-icons.css
vendored
31
src/styles/vendor/material-icons.css
vendored
@ -3,10 +3,7 @@
|
|||||||
font-family: 'Material Icons';
|
font-family: 'Material Icons';
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 400;
|
font-weight: 400;
|
||||||
src: url('fonts/icons/MaterialIcons-Regular.eot'); /* For IE6-8 */
|
src: url('fonts/icons/MaterialIcons-Regular.ttf') format('truetype');
|
||||||
src: url('fonts/icons/MaterialIcons-Regular.woff2') format('woff2'),
|
|
||||||
url('fonts/icons/MaterialIcons-Regular.woff') format('woff'),
|
|
||||||
url('fonts/icons/MaterialIcons-Regular.ttf') format('truetype');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons {
|
.material-icons {
|
||||||
@ -25,29 +22,3 @@
|
|||||||
font-feature-settings: 'liga';
|
font-feature-settings: 'liga';
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
.material-icons.title-icon {
|
|
||||||
margin-right: 0.3125em;
|
|
||||||
margin-left: -3px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.material-icons.title-icon.title-icon--right {
|
|
||||||
margin-right: 0px;
|
|
||||||
margin-left: 0.3125em;
|
|
||||||
}
|
|
||||||
|
|
||||||
.material-icons.title-icon.title-icon--explicit {
|
|
||||||
color: hsl(240, 5%, 59%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.material-icons.title-icon.title-icon--new {
|
|
||||||
color: hsl(27, 100%, 50%);
|
|
||||||
}
|
|
||||||
|
|
||||||
.material-icons.disabled {
|
|
||||||
@apply opacity-50 cursor-default;
|
|
||||||
}
|
|
||||||
|
|
||||||
.material-icons.mirrored {
|
|
||||||
transform: scaleX(-1);
|
|
||||||
}
|
|
||||||
|
Loading…
Reference in New Issue
Block a user