diff options
author | Daniel Schadt <kingdread@gmx.de> | 2024-11-30 18:44:29 +0100 |
---|---|---|
committer | Daniel Schadt <kingdread@gmx.de> | 2024-11-30 18:44:29 +0100 |
commit | 1974b0fa91383a431a44699fe7ac617ced7c4555 (patch) | |
tree | e1623c3277a98a8cca876a42d9766a9a4c172a9c /asset-sources | |
parent | ff272ada6d2404c515a918dee1f7ad90f69307c7 (diff) | |
download | fietsboek-1974b0fa91383a431a44699fe7ac617ced7c4555.tar.gz fietsboek-1974b0fa91383a431a44699fe7ac617ced7c4555.tar.bz2 fietsboek-1974b0fa91383a431a44699fe7ac617ced7c4555.zip |
remove top border radius on alerts
They are right below the navbar, so they shouldn't have the border
there.
Diffstat (limited to 'asset-sources')
-rw-r--r-- | asset-sources/theme.scss | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/asset-sources/theme.scss b/asset-sources/theme.scss index 7127ffc..6c381bc 100644 --- a/asset-sources/theme.scss +++ b/asset-sources/theme.scss @@ -40,6 +40,11 @@ strong { font-weight: 400; } +.alert { + border-top-left-radius: 0; + border-top-right-radius: 0; +} + .ui-element { font-family: "Inter", sans-serif; } |