Added help text informing the user that the team invite link has been copied when they press the 'Copy Link' button

Этот коммит содержится в:
Reed Garmsen
2015-07-30 20:09:14 -07:00
родитель 42c5d0d366
Коммит dbf104686a
3 изменённых файлов: 35 добавлений и 18 удалений

Просмотреть файл

@@ -0,0 +1,6 @@
.copy-link-confirm {
color: rgb(153, 230, 153);
margin-top: -27px;
margin-bottom: -25px;
margin-right: 300px;
}

Просмотреть файл

@@ -33,6 +33,7 @@
@import "partials/error";
@import "partials/error-bar";
@import "partials/loading";
@import "partials/get-link";
// Responsive Css
@import "partials/responsive";