main
Last change
on this file since 4d97b63 was 4d97b63, checked in by 223021 <daniel.ilievski.2@…>, 3 months ago |
Implemented Google login, additional file uploads, response messages and email notifications
|
-
Property mode
set to
100644
|
File size:
479 bytes
|
Line | |
---|
1 | .error-message {
|
---|
2 | color: red;
|
---|
3 | padding: 5px 5px;
|
---|
4 | }
|
---|
5 |
|
---|
6 |
|
---|
7 | .auth-primary-btn{
|
---|
8 | background-color: rgba(1,38,90,0.80);
|
---|
9 | //background-color: #a1c4fd ;
|
---|
10 | color: white;
|
---|
11 | }
|
---|
12 | .auth-primary-btn:hover {
|
---|
13 | background-color: rgba(1,38,90,1);
|
---|
14 | color: white;
|
---|
15 | }
|
---|
16 |
|
---|
17 | .auth-secondary-btn {
|
---|
18 | border: 2px solid rgba(1,38,90,0.7);
|
---|
19 | color: midnightblue;
|
---|
20 | }
|
---|
21 |
|
---|
22 | .auth-secondary-btn:hover {
|
---|
23 | background-color: rgba(1,38,90,0.8);
|
---|
24 | color: white;
|
---|
25 | }
|
---|
26 |
|
---|
27 | iframe{
|
---|
28 | margin: auto !important;
|
---|
29 | } |
---|
Note:
See
TracBrowser
for help on using the repository browser.