Last change
on this file was 8423429, checked in by AngelNasev <angel.nasev@…>, 17 months ago |
Add backend and frontend projects
|
-
Property mode
set to
100644
|
File size:
1.0 KB
|
Rev | Line | |
---|
[8423429] | 1 | .parent-container {
|
---|
| 2 | display: flex;
|
---|
| 3 | flex-direction: column;
|
---|
| 4 | justify-content: center;
|
---|
| 5 | margin-left: 400px;
|
---|
| 6 | margin-right: 400px;
|
---|
| 7 | margin-top: 100px;
|
---|
| 8 | }
|
---|
| 9 |
|
---|
| 10 | button {
|
---|
| 11 | background-color: #3A98B9;
|
---|
| 12 | border: none;
|
---|
| 13 | padding: 5px;
|
---|
| 14 | height: 50px;
|
---|
| 15 | width: 100px;
|
---|
| 16 | margin: 5px;
|
---|
| 17 | cursor: pointer;
|
---|
| 18 | float: right;
|
---|
| 19 | border-radius: 5px;
|
---|
| 20 | color: #FFF1DC;
|
---|
| 21 | font-weight: normal;
|
---|
| 22 | font-size: large;
|
---|
| 23 | min-width: 150px;
|
---|
| 24 | }
|
---|
| 25 |
|
---|
| 26 | .add-answer {
|
---|
| 27 | display: flex;
|
---|
| 28 | flex-direction: column;
|
---|
| 29 | justify-content: center;
|
---|
| 30 | }
|
---|
| 31 |
|
---|
| 32 | label {
|
---|
| 33 | width: 100%;
|
---|
| 34 | font-weight: bold;
|
---|
| 35 | font-size: 20px;
|
---|
| 36 | padding-top: 10px;
|
---|
| 37 | color: rgba(27, 39, 107, 0.8);
|
---|
| 38 | }
|
---|
| 39 |
|
---|
| 40 | textarea {
|
---|
| 41 | width: 100%;
|
---|
| 42 | height: 180px;
|
---|
| 43 | margin: none;
|
---|
| 44 | background-color: rgba(237, 238, 245, 0.8);
|
---|
| 45 | border-color: rgba(159, 168, 216, 0.5);
|
---|
| 46 | font-size: 16px;
|
---|
| 47 | border-radius: 5px;
|
---|
| 48 | }
|
---|
| 49 |
|
---|
| 50 | .btn-div {
|
---|
| 51 | margin-top: 20px;
|
---|
| 52 | float: right;
|
---|
| 53 | }
|
---|
| 54 |
|
---|
| 55 | input {
|
---|
| 56 | border-radius: 5px;
|
---|
| 57 | background-color: rgba(237, 238, 245, 0.8);
|
---|
| 58 | }
|
---|
| 59 |
|
---|
| 60 | h3 {
|
---|
| 61 | color: rgba(27, 39, 107, 0.8);
|
---|
| 62 | }
|
---|
| 63 |
|
---|
| 64 | .container{
|
---|
| 65 | padding: 20px;
|
---|
| 66 | background-color: #ffffff;
|
---|
| 67 | border-radius: 10px;
|
---|
| 68 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.