mirror of
https://github.com/tabler/tabler.git
synced 2026-08-18 09:03:57 +04:00
Release 1.0.0-beta18
This commit is contained in:
Vendored
+5
-3
@@ -1,11 +1,13 @@
|
||||
/*!
|
||||
* Tabler v1.0.0-beta17 (https://tabler.io)
|
||||
* @version 1.0.0-beta17
|
||||
* Tabler v1.0.0-beta18 (https://tabler.io)
|
||||
* @version 1.0.0-beta18
|
||||
* @link https://tabler.io
|
||||
* Copyright 2018-2023 The Tabler Authors
|
||||
* Copyright 2018-2023 codecalm.net Paweł Kuna
|
||||
* Licensed under MIT (https://github.com/tabler/tabler/blob/master/LICENSE)
|
||||
*/
|
||||
/* prettier-ignore */
|
||||
/* prettier-ignore */
|
||||
.flag {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
@@ -15,7 +17,7 @@
|
||||
background-repeat: no-repeat;
|
||||
background-position: center;
|
||||
background-size: cover;
|
||||
border: var(--tblr-border-size) var(--tblr-border-style) var(--tblr-border-color);
|
||||
border: var(--tblr-border-width) var(--tblr-border-style) var(--tblr-border-color);
|
||||
border-radius: var(--tblr-border-radius);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user