From 3746200f21917dd0a70adad59ae33b37ba256de3 Mon Sep 17 00:00:00 2001 From: Indrajith K L Date: Sat, 13 Jul 2019 12:15:30 +0530 Subject: Implements Bookmarks Listing Grid Adjustments Prepare for release --- src/App.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'src/App.css') diff --git a/src/App.css b/src/App.css index e69de29..db20a8c 100644 --- a/src/App.css +++ b/src/App.css @@ -0,0 +1,18 @@ +button.refresh{ + float: right; + background: black; + border: none; + color: #fff; + /* padding: 6px; */ + border-radius: 3px; + width: 28px; + height: 28px; + padding-top: 3px; + cursor: pointer; +} + +.header { + text-align: center; + font-size: 17px; + color: #000; +} \ No newline at end of file -- cgit v1.2.3