Media: round corners 10px of attachments and cards
This commit is contained in:
parent
dbc8e3fc26
commit
63095aac6b
|
@ -68,7 +68,7 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
position: relative;
|
position: relative;
|
||||||
background: $base-shadow-color;
|
background: $base-shadow-color;
|
||||||
border-radius: 4px;
|
border-radius: 10px;
|
||||||
padding-bottom: 44px;
|
padding-bottom: 44px;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
margin-top: 8px;
|
margin-top: 8px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-radius: 4px;
|
border-radius: 10px;
|
||||||
position: relative;
|
position: relative;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: auto;
|
height: auto;
|
||||||
|
@ -15,7 +15,7 @@
|
||||||
display: block;
|
display: block;
|
||||||
float: left;
|
float: left;
|
||||||
position: relative;
|
position: relative;
|
||||||
border-radius: 4px;
|
border-radius: 10px;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
|
|
||||||
&__icons {
|
&__icons {
|
||||||
|
|
|
@ -514,7 +514,7 @@
|
||||||
display: flex;
|
display: flex;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
border: 1px solid var(--brand-color--med);
|
border: 1px solid var(--brand-color--med);
|
||||||
border-radius: 4px;
|
border-radius: 10px;
|
||||||
color: var(--primary-text-color);
|
color: var(--primary-text-color);
|
||||||
margin-top: 14px;
|
margin-top: 14px;
|
||||||
min-height: 150px;
|
min-height: 150px;
|
||||||
|
|
|
@ -82,7 +82,7 @@
|
||||||
position: relative;
|
position: relative;
|
||||||
background: $base-shadow-color;
|
background: $base-shadow-color;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
border-radius: 4px;
|
border-radius: 10px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
direction: ltr;
|
direction: ltr;
|
||||||
color: white;
|
color: white;
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
box-sizing: content-box;
|
box-sizing: content-box;
|
||||||
background: var(--foreground-color);
|
background: var(--foreground-color);
|
||||||
color: var(--primary-text-color--faint);
|
color: var(--primary-text-color--faint);
|
||||||
border-radius: 4px;
|
border-radius: 6px;
|
||||||
padding: 2px;
|
padding: 2px;
|
||||||
|
|
||||||
> div {
|
> div {
|
||||||
|
|
Loading…
Reference in New Issue