source: resources/assets/sass/components/tour.scss@ 7304c7f

develop
Last change on this file since 7304c7f 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: 459 bytes
Line 
1.tourStep {
2 border: none;
3
4 &.right {
5 margin-left: 10px;
6 }
7
8 &.left {
9 margin-right: 10px;
10 }
11
12 &.top {
13 margin-top: -10px;
14 }
15
16 &.bottom {
17 margin-top: 10px;
18 }
19
20 .popover-navigation {
21 border-top: 1px solid #ddd;
22 padding: .5rem .75rem;
23 display: flex;
24 align-items: center;
25
26 span {
27 font-size: $default-font-size - 2;
28 color: #9b9b9b
29 }
30
31 .popover-navigation-buttons {
32 margin-left: auto;
33
34 .btn {
35 margin-left: 5px;
36 }
37 }
38 }
39}
Note: See TracBrowser for help on using the repository browser.