sforkowany z mirror/soapbox
Media: round corners 10px of attachments and cards
rodzic
dbc8e3fc26
commit
63095aac6b
|
@ -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;
|
||||
|
||||
|
|
|
@ -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 {
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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;
|
||||
|
|
|
@ -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 {
|
||||
|
|
Ładowanie…
Reference in New Issue