c23ba1f6fb
Changes at a glance: - Switch from BS3 to BS4 - Polishing of some UI elements (low-hanging fruit for UX) - Mobile-friendly layout.
18 lines
307 B
SCSS
18 lines
307 B
SCSS
.cr-poll-link {
|
|
&__link {
|
|
position: relative;
|
|
word-wrap: break-word;
|
|
background: gray("200");
|
|
padding: map-get($spacers, 3) map-get($spacers, 3) 3em map-get($spacers, 3);
|
|
}
|
|
|
|
&__url {
|
|
user-select: all;
|
|
}
|
|
|
|
&__copy-btn {
|
|
position: absolute;
|
|
bottom: 0;
|
|
right: 0;
|
|
}
|
|
}
|