This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
Watch
1
Star
0
Fork
0
You've already forked discourse
mirror of
https://github.com/discourse/discourse.git
synced
2025-02-08 20:34:52 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
discourse
/
app
/
assets
/
stylesheets
/
mobile
/
alert.scss
6 lines
105 B
SCSS
Raw
Normal View
History
Unescape
Escape
mobile "new/updated topics" alert was too small
2014-10-19 23:01:19 -07:00
// there are (n) new or updated topics, click to show
new topic/post alert div regressed a bit on mobile
2015-01-23 23:39:44 -08:00
.
alert
.
alert-info
{
DEV: adds prettier (#5956) Run `prettier --write "app/assets/stylesheets/**/*.scss" "plugins/**/*.scss"` after making sure you installed it with `yarn` It's recommended to configure your editor to run prettier on file save.
2018-06-08 11:49:31 +02:00
margin
:
0
;
Mobile SCSS cleanup and removing unused styles
2019-01-23 14:35:53 -05:00
padding
:
1
em
;
mobile "new/updated topics" alert was too small
2014-10-19 23:01:19 -07:00
}
Reference in New Issue
Copy Permalink