diff options
Diffstat (limited to 'web_src/less/helpers.less')
-rw-r--r-- | web_src/less/helpers.less | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/web_src/less/helpers.less b/web_src/less/helpers.less index 60d50883c5..f5c5d710f2 100644 --- a/web_src/less/helpers.less +++ b/web_src/less/helpers.less @@ -24,6 +24,8 @@ .rounded-left { border-radius: var(--border-radius) 0 0 var(--border-radius) !important; } .rounded-right { border-radius: 0 var(--border-radius) var(--border-radius) 0 !important; } +.no-transition { transition: none !important; } + .bg-red { background: var(--color-red) !important; } .bg-orange { background: var(--color-orange) !important; } .bg-yellow { background: var(--color-yellow) !important; } |