diff options
| author | HumairAK <humair88@hotmail.com> | 2016-07-25 08:51:37 +0000 |
|---|---|---|
| committer | HumairAK <humair88@hotmail.com> | 2016-07-25 08:51:37 +0000 |
| commit | 16b2dab8c2a384ccb95fca048414f33daf3925a8 (patch) | |
| tree | 0bb68d1316265431db26bf9ee7d5a0689eb737f7 /assets/css/creative.css | |
| parent | 1c8e4f255782d756700431a33a8990f514eca698 (diff) | |
added warning message for adding solution while not logged in
Diffstat (limited to 'assets/css/creative.css')
| -rw-r--r-- | assets/css/creative.css | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/assets/css/creative.css b/assets/css/creative.css index 54e1cbb..45f388b 100644 --- a/assets/css/creative.css +++ b/assets/css/creative.css @@ -376,5 +376,12 @@ header .header-content .header-content-inner hr { background-color: #d9edf7; color: #3170a6; } +/******************Alert Changes**************/ +.custom-Alert{ + text-align: center; + margin: 30px 12% 30px 12%; + box-shadow: 2px 4px 5px 0 rgba(0,0,0,0.1); +} + /********************************************/ |
