File tree Expand file tree Collapse file tree 1 file changed +19
-19
lines changed
resources/assets/sass/content Expand file tree Collapse file tree 1 file changed +19
-19
lines changed Original file line number Diff line number Diff line change 112
112
}
113
113
}
114
114
115
- blockquote {}
115
+ blockquote {}
116
116
}
117
117
118
118
.docs blockquote .has-icon {
119
119
background : none ;
120
- position : relative ;
120
+ position : relative ;
121
121
padding : 0 ;
122
122
123
- .video , .laracasts {
124
- background : rgba (103 , 58 , 183 , 0.62 );
125
- }
123
+ .video , .laracasts {
124
+ background : rgba (103 , 58 , 183 , 0.62 );
125
+ }
126
126
127
- .tip {
128
- background : #64B5F6 ;
129
- }
127
+ .tip {
128
+ background : #64B5F6 ;
129
+ }
130
130
131
131
.note {
132
132
background : #f4645f ;
133
133
}
134
134
135
- p {
135
+ p {
136
136
border-radius : 3px ;
137
137
padding : 10px 15px 10px 50px ;
138
138
position : relative ;
139
139
}
140
140
141
- .flag {
142
- position : absolute ;
143
- width : 30px ;
144
- left : 15px ;
145
- top : 10px ;
146
- svg {
147
- width : 24px ;
148
- height : 24px ;
149
- }
150
- }
141
+ .flag {
142
+ position : absolute ;
143
+ width : 30px ;
144
+ left : 15px ;
145
+ top : 10px ;
146
+ svg {
147
+ width : 24px ;
148
+ height : 24px ;
149
+ }
150
+ }
151
151
}
152
152
153
153
.docs .svg svg {
You can’t perform that action at this time.
0 commit comments