diff options
| author | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2020-12-14 23:29:56 -0800 |
| commit | 002eb44eee98dc838bc854b945ab0cbf4884dd57 (patch) | |
| tree | 428ae460c79baf32fba8ecf16e6fe02a88c3b971 /semantic/src/themes/default/modules/toast.variables | |
| parent | :star: (diff) | |
| download | me-rewrite-angular.tar.xz me-rewrite-angular.zip | |
:star:rewrite-angular
Diffstat (limited to 'semantic/src/themes/default/modules/toast.variables')
| -rw-r--r-- | semantic/src/themes/default/modules/toast.variables | 83 |
1 files changed, 0 insertions, 83 deletions
diff --git a/semantic/src/themes/default/modules/toast.variables b/semantic/src/themes/default/modules/toast.variables deleted file mode 100644 index 5c73151..0000000 --- a/semantic/src/themes/default/modules/toast.variables +++ /dev/null @@ -1,83 +0,0 @@ -/******************************* - Toast -*******************************/ - -/* Container */ -@toastContainerDistance: @relative12px; - -/* Toast */ -@toastWidth: 350px; -@toastBorderRadius: @defaultBorderRadius; -@toastPadding: @inputPadding; -@toastMarginBottom: -0.01em; -@toastLeftRightMargin: 1px; -@toastBoxMarginBottom: 0.5em; -@toastMarginProgress: -0.2em; -@toastMargin: 0 -@toastLeftRightMargin @toastMarginBottom; -@toastTextColor: @invertedTextColor; -@toastInvertedTextColor: @textColor; -@toastNeutralTextColor: @textColor; - -/* Mobile */ -@mobileToastBreakpoint: 420px; -@mobileWidth: 280px; - -/* on Hover */ -@toastOpacityOnHover: 1; -@toastCursorOnHover: pointer; - -/* Color variations */ -@toastInfoColor: @infoColor; -@toastWarningColor: @warningColor; -@toastErrorColor: @errorColor; -@toastSuccessColor: @successColor; -@toastNeutralColor: @white; -@toastInvertedColor: @black; - -@toastBoxBorder: 1px solid rgba(34, 36, 38, 0.12); - -/* Icon */ -@toastIconContentPadding: 3em; -@toastIconFontSize: 1.5em; -@toastIconMessageContentPadding: 5rem; -@toastIconMessageWidth: 4rem; - -/* Image */ -@toastImageContentPadding: 1em; -@toastAvatarImageContentPadding: 3em; -@toastMiniImageContentPadding: 3.4em; -@toastTinyImageContentPadding: 7em; -@toastSmallImageContentPadding: 12em; - -@toastAvatarImageHeight: 2em; -@toastMiniImageHeight: 35px; -@toastTinyImageHeight: 80px; -@toastSmallImageHeight: 150px; - -@toastIconCenteredAdjustment: 1.2em; -@toastImageCenteredAdjustment: 2em; - -/* Progressbar Colors */ -@toastInfoProgressColor: darken(@toastInfoColor,15); -@toastWarningProgressColor: darken(@toastWarningColor,15); -@toastErrorProgressColor: darken(@toastErrorColor,15); -@toastSuccessProgressColor: darken(@toastSuccessColor,15); -@toastNeutralProgressColor: darken(@toastNeutralColor,15); - -/* Close Icon */ -@toastCloseTopDistance: 0.3em; -@toastCloseRightDistance: 0.3em; -@toastCloseOpacity: 0.7; -@toastCloseTransition: opacity @defaultDuration @defaultEasing; -@toastCloseDistance: 1.5em; -@toastCloseDistanceVertical: 1em; - -/* Actions */ -@toastActionBackground: rgba(255, 255, 255, .25); -@toastActionBorder: 1px solid rgba(0, 0, 0, .2); -@toastActionMargin: -1em; -@toastActionMarginTop: 0.5em; -@toastActionMarginLeft: 1em; -@toastActionMarginBottom: 0.3em; -@toastActionPadding: 0.5em; -@toastActionPaddingBottom: 0.75em;
\ No newline at end of file |