Last change
on this file since d95fdd2 was 7304c7f, checked in by beratkjufliju <kufliju@…>, 3 years ago |
added user authentication, create & forgot password methods and blades
|
-
Property mode
set to
100644
|
File size:
590 bytes
|
Rev | Line | |
---|
[7304c7f] | 1 |
|
---|
| 2 | div.dt-button-info {
|
---|
| 3 | position: fixed;
|
---|
| 4 | top: 50%;
|
---|
| 5 | left: 50%;
|
---|
| 6 | width: 400px;
|
---|
| 7 | margin-top: -100px;
|
---|
| 8 | margin-left: -200px;
|
---|
| 9 | background-color: white;
|
---|
| 10 | border: 2px solid #111;
|
---|
| 11 | box-shadow: 3px 3px 8px rgba( 0, 0, 0, 0.3);
|
---|
| 12 | border-radius: 3px;
|
---|
| 13 | text-align: center;
|
---|
| 14 | z-index: 21;
|
---|
| 15 |
|
---|
| 16 | h2 {
|
---|
| 17 | padding: 0.5em;
|
---|
| 18 | margin: 0;
|
---|
| 19 | font-weight: normal;
|
---|
| 20 | border-bottom: 1px solid #ddd;
|
---|
| 21 | background-color: #f3f3f3;
|
---|
| 22 | }
|
---|
| 23 |
|
---|
| 24 | > div {
|
---|
| 25 | padding: 1em;
|
---|
| 26 | }
|
---|
| 27 | }
|
---|
| 28 |
|
---|
| 29 | div.dt-button-collection-title {
|
---|
| 30 | text-align: center;
|
---|
| 31 | padding: 0.3em 0 0.5em;
|
---|
| 32 | font-size: 0.9em;
|
---|
| 33 | }
|
---|
| 34 |
|
---|
| 35 | div.dt-button-collection-title:empty {
|
---|
| 36 | display: none;
|
---|
| 37 | }
|
---|
Note:
See
TracBrowser
for help on using the repository browser.