mirror of
https://github.com/indentlabs/notebook.git
synced 2025-10-26 11:19:22 +00:00
colors and icons
This commit is contained in:
parent
7d0d2da387
commit
bcf08c7658
@ -18,11 +18,11 @@ class Building < ActiveRecord::Base
|
||||
self.authorizer_name = 'ExtendedContentAuthorizer'
|
||||
|
||||
def self.color
|
||||
'black'
|
||||
'silver'
|
||||
end
|
||||
|
||||
def self.icon
|
||||
'info'
|
||||
'business'
|
||||
end
|
||||
|
||||
def self.content_name
|
||||
|
||||
@ -18,11 +18,11 @@ class Condition < ActiveRecord::Base
|
||||
self.authorizer_name = 'ExtendedContentAuthorizer'
|
||||
|
||||
def self.color
|
||||
'black'
|
||||
'text-darken-1 lime'
|
||||
end
|
||||
|
||||
def self.icon
|
||||
'info'
|
||||
'bubble_chart'
|
||||
end
|
||||
|
||||
def self.content_name
|
||||
|
||||
@ -18,11 +18,11 @@ class Job < ActiveRecord::Base
|
||||
self.authorizer_name = 'ExtendedContentAuthorizer'
|
||||
|
||||
def self.color
|
||||
'black'
|
||||
'text-lighten-1 brown'
|
||||
end
|
||||
|
||||
def self.icon
|
||||
'info'
|
||||
'work'
|
||||
end
|
||||
|
||||
def self.content_name
|
||||
|
||||
@ -18,11 +18,11 @@ class Tradition < ActiveRecord::Base
|
||||
self.authorizer_name = 'ExtendedContentAuthorizer'
|
||||
|
||||
def self.color
|
||||
'black'
|
||||
'text-lighten-3 red'
|
||||
end
|
||||
|
||||
def self.icon
|
||||
'info'
|
||||
'cake'
|
||||
end
|
||||
|
||||
def self.content_name
|
||||
|
||||
@ -18,11 +18,11 @@ class Vehicle < ActiveRecord::Base
|
||||
self.authorizer_name = 'ExtendedContentAuthorizer'
|
||||
|
||||
def self.color
|
||||
'brown'
|
||||
'text-lighten-2 green'
|
||||
end
|
||||
|
||||
def self.icon
|
||||
'info'
|
||||
'drive_eta'
|
||||
end
|
||||
|
||||
def self.content_name
|
||||
|
||||
Loading…
Reference in New Issue
Block a user