This website requires JavaScript.
Explore
Help
Sign in
Elgato_dark
/
angular
Watch
1
Star
0
Fork
You've already forked angular
0
mirror of
https://github.com/angular/angular
synced
2026-05-24 09:28:37 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
b5f28006b3
angular
/
devtools
/
projects
/
shell-browser
/
src
/
styles.scss
7 lines
88 B
SCSS
Raw
Normal View
History
Unescape
Escape
refactor(devtools): styles management (#59589) - Move all styles to ng-devtools/src/styles. - Create a BrowserService that detects the browsers and adds it as a class to the body. Move global browser styles. - Create theme mixins that incorporate the browser type into them. - Refactor some of the affected code along with the introduced changes. PR Close #59589
2025-01-15 12:42:01 +00:00
@use
'
../../../projects/ng-devtools/src/styles/global
'
;
Initial commit for Angular DevTools
2020-01-27 18:40:18 +00:00
fix(devtools): consistent styles across shell dev and chrome
2020-04-09 00:18:15 +00:00
body
,
html
{
Initial commit for Angular DevTools
2020-01-27 18:40:18 +00:00
height
:
100
%
;
refactor(devtools): migrate devtools to prettier formatting (#58624) Added html and scss to ng-dev formatter. This is reduce the formatting changes coming in PRs. PR Close #58624
2024-11-13 09:36:44 +00:00
}
Reference in a new issue
Copy permalink