Media: round corners 10px of attachments and cards

profile-avatar-switcher
Alex Gleason 2021-09-21 16:37:53 -05:00
rodzic dbc8e3fc26
commit 63095aac6b
Nie znaleziono w bazie danych klucza dla tego podpisu
ID klucza GPG: 7211D1F99744FBB7
5 zmienionych plików z 6 dodań i 6 usunięć

Wyświetl plik

@ -68,7 +68,7 @@
box-sizing: border-box;
position: relative;
background: $base-shadow-color;
border-radius: 4px;
border-radius: 10px;
padding-bottom: 44px;
direction: ltr;

Wyświetl plik

@ -2,7 +2,7 @@
box-sizing: border-box;
margin-top: 8px;
overflow: hidden;
border-radius: 4px;
border-radius: 10px;
position: relative;
width: 100%;
height: auto;
@ -15,7 +15,7 @@
display: block;
float: left;
position: relative;
border-radius: 4px;
border-radius: 10px;
overflow: hidden;
&__icons {

Wyświetl plik

@ -514,7 +514,7 @@
display: flex;
font-size: 14px;
border: 1px solid var(--brand-color--med);
border-radius: 4px;
border-radius: 10px;
color: var(--primary-text-color);
margin-top: 14px;
min-height: 150px;

Wyświetl plik

@ -82,7 +82,7 @@
position: relative;
background: $base-shadow-color;
max-width: 100%;
border-radius: 4px;
border-radius: 10px;
box-sizing: border-box;
direction: ltr;
color: white;

Wyświetl plik

@ -63,7 +63,7 @@
box-sizing: content-box;
background: var(--foreground-color);
color: var(--primary-text-color--faint);
border-radius: 4px;
border-radius: 6px;
padding: 2px;
> div {