Changeset 12007
- Timestamp:
- 04/27/2018 10:54:47 PM (8 years ago)
- Location:
- trunk/src/bp-core/admin
- Files:
-
- 3 edited
-
css/hello-rtl.css (modified) (1 diff)
-
css/hello.css (modified) (1 diff)
-
sass/hello.scss (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/bp-core/admin/css/hello-rtl.css
r12006 r12007 272 272 left: var(--bp-hello-container-size); 273 273 bottom: 30px; 274 z-index: 9999; 274 275 border-radius: 3px; 275 z-index: 9999;276 276 } 277 277 #bp-hello-container .bp-hello-header h1 { -
trunk/src/bp-core/admin/css/hello.css
r12006 r12007 272 272 right: var(--bp-hello-container-size); 273 273 bottom: 30px; 274 z-index: 9999; 274 275 border-radius: 3px; 275 z-index: 9999;276 276 } 277 277 #bp-hello-container .bp-hello-header h1 { -
trunk/src/bp-core/admin/sass/hello.scss
r11999 r12007 319 319 right: var(--bp-hello-container-size); 320 320 bottom: 30px; 321 z-index: 9999; 321 322 322 323 border-radius: 3px;
Note: See TracChangeset
for help on using the changeset viewer.