This website requires JavaScript.
Explore
Help
Sign In
Discource-C
/
discourse
mirror of
https://github.com/discourse/discourse.git
Watch
1
Star
0
Fork
You've already forked discourse
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
13a6a04cad
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-20 02:01:19 -04:00
// there are (n) new or updated topics, click to show
new topic/post alert div regressed a bit on mobile
2015-01-24 02:39:44 -05: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 05:49:31 -04: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-20 02:01:19 -04:00
}